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

Définition

Détermine si une valeur est 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

Paramètres

value
Char

Valeur à vérifier.

Retours

true si value est normal ; sinon, false.

Implémente

S’applique à