UInt128.CheckedUnaryNegation(UInt128) 運算子

定義

計算值的一元負數。

public:
 static UInt128 op_CheckedUnaryNegation(UInt128 value) = System::Numerics::IUnaryNegationOperators<UInt128, UInt128>::op_CheckedUnaryNegation;
public static UInt128 op_CheckedUnaryNegation (UInt128 value);
static member op_CheckedUnaryNegation : UInt128 -> UInt128
Public Shared op_CheckedUnaryNegation (value As UInt128) As UInt128

參數

value
UInt128

要計算一元負數的值。

傳回

的一元負數 value

實作

適用於