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

Definição

Determina se um valor é positivo.

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

Parâmetros

value
Char

O valor a ser verificado.

Retornos

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

Implementações

Aplica-se a