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

実装

適用対象