次の方法で共有


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

実装

適用対象