Byte.IUnaryNegationOperators<Byte,Byte>.CheckedUnaryNegation Opérateur

Définition

Calcule la négation unaire vérifiée d’une valeur.

 static System::Byte System.Numerics.IUnaryNegationOperators<System.Byte,System.Byte>.op_CheckedUnaryNegation(System::Byte value) = System::Numerics::IUnaryNegationOperators<System::Byte, System::Byte>::op_CheckedUnaryNegation;
static byte IUnaryNegationOperators<byte,byte>.op_CheckedUnaryNegation (byte value);
static member System.Numerics.IUnaryNegationOperators<System.Byte,System.Byte>.op_CheckedUnaryNegation : byte -> byte
 Shared op_CheckedUnaryNegation (value As Byte) As Byte Implements IUnaryNegationOperators(Of Byte, Byte).op_CheckedUnaryNegation

Paramètres

value
Byte

Valeur pour laquelle calculer la négation unaire.

Retours

Négation unaire de value.

Implémente

S’applique à