Char.IUnaryNegationOperators<Char,Char>.CheckedUnaryNegation Operatore

Definizione

Calcola la negazione unaria controllata di un valore.

 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

Parametri

value
Char

Valore per il quale calcolare la negazione unaria.

Restituisce

Negazione unaria di value.

Implementazioni

Si applica a