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

定义

计算值的检查一元求反。

 static System::Byte System.Numerics.IUnaryNegationOperators<System.Byte,System.Byte>.op_CheckedUnaryNegation(System::Byte value) = System::Numerics::IUnaryNegationOperators<System::Byte, System::Byte>::op_CheckedUnaryNegation;
static byte IUnaryNegationOperators<byte,byte>.op_CheckedUnaryNegation (byte value);
static member System.Numerics.IUnaryNegationOperators<System.Byte,System.Byte>.op_CheckedUnaryNegation : byte -> byte
 Shared op_CheckedUnaryNegation (value As Byte) As Byte Implements IUnaryNegationOperators(Of Byte, Byte).op_CheckedUnaryNegation

参数

value
Byte

要计算一元求反的值。

返回

的一元求反 value

实现

适用于