Int128.UnaryNegation(Int128) 運算子

定義

計算值的一元負數。

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

參數

value
Int128

要計算一元負數的值。

傳回

value 一元負數。

實作

適用於