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

Definition

Berechnet die unäre Negation eines Werts.

 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

Parameter

value
Byte

Der Wert, für den die unäre Negation berechnet werden soll.

Gibt zurück

Die unäre Negation von value.

Implementiert

Gilt für: