Byte.IUnaryNegationOperators<Byte,Byte>.UnaryNegation(Byte) 運算子

定義

計算值的一元負數。

 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

實作

適用於