Byte.IUnaryNegationOperators<Byte,Byte>.UnaryNegation(Byte) 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算值的一元求反。
static System::Byte System.Numerics.IUnaryNegationOperators<System.Byte,System.Byte>.operator -(System::Byte value) = System::Numerics::IUnaryNegationOperators<System::Byte, System::Byte>::op_UnaryNegation;
static byte IUnaryNegationOperators<byte,byte>.operator - (byte value);
static member ( ~- ) : byte -> byte
Shared Operator - (value As Byte) As Byte Implements IUnaryNegationOperators(Of Byte, Byte).op_UnaryNegation
参数
- value
- Byte
要计算一元求反的值。
返回
的一元求反 value
。