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

实现

适用于