Char.INumberBase<Char>.IsNegative(Char) Metodo

Definizione

Determina se un valore è negativo.

 static bool System.Numerics.INumberBase<System.Char>.IsNegative(char value) = System::Numerics::INumberBase<char>::IsNegative;
static bool INumberBase<char>.IsNegative (char value);
static member System.Numerics.INumberBase<System.Char>.IsNegative : char -> bool
 Shared Function IsNegative (value As Char) As Boolean Implements INumberBase(Of Char).IsNegative

Parametri

value
Char

Valore da controllare.

Restituisce

true se è negativo; in caso value contrario, false.

Implementazioni

Si applica a