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

Définition

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

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

Paramètres

value
Char

Valeur pour laquelle calculer la négation unaire.

Retours

Négation unaire de value.

Implémente

S’applique à