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

実装

適用対象