UInt64.IUnaryNegationOperators<UInt64,UInt64>.CheckedUnaryNegation 运算符

定义

计算值的已检查一元求反值。

 static System::UInt64 System.Numerics.IUnaryNegationOperators<System.UInt64,System.UInt64>.op_CheckedUnaryNegation(System::UInt64 value) = System::Numerics::IUnaryNegationOperators<System::UInt64, System::UInt64>::op_CheckedUnaryNegation;
static ulong IUnaryNegationOperators<ulong,ulong>.op_CheckedUnaryNegation (ulong value);
static member System.Numerics.IUnaryNegationOperators<System.UInt64,System.UInt64>.op_CheckedUnaryNegation : uint64 -> uint64
 Shared op_CheckedUnaryNegation (value As ULong) As ULong Implements IUnaryNegationOperators(Of ULong, ULong).op_CheckedUnaryNegation

参数

value
UInt64

要计算一元求反的值。

返回

的一元求反 value

实现

适用于