Int128.CheckedUnaryNegation(Int128) 運算子

定義

計算值的一元負數。

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

參數

value
Int128

要計算一元負數的值。

傳回

value 一元負數。

實作

適用於