Byte.IUnaryNegationOperators<Byte,Byte>.UnaryNegation(Byte) Operatore

Definizione

Calcola la negazione unaria di un valore.

 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

Parametri

value
Byte

Valore per il quale calcolare la negazione unaria.

Restituisce

Negazione unaria di value.

Implementazioni

Si applica a