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

Definição

Determina se um valor é normal.

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

Parâmetros

value
Char

O valor a ser verificado.

Retornos

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

Implementações

Aplica-se a