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

Definizione

Determina se un valore è normale.

 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

Parametri

value
Char

Valore da controllare.

Restituisce

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

Implementazioni

Si applica a