Char.INumberBase<Char>.IsNegative(Char) Método

Definição

Determina se um valor é 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

Parâmetros

value
Char

O valor a ser verificado.

Retornos

true se value for negativo; caso contrário, false.

Implementações

Aplica-se a