Byte.IUnaryNegationOperators<Byte,Byte>.UnaryNegation(Byte) Operátor

Definice

Vypočítá unární negaci hodnoty.

 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

Parametry

value
Byte

Hodnota, pro kterou se má vypočítat unární negace.

Návraty

Unární negace .value

Implementuje

Platí pro