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

Définition

Détermine si une valeur est sous-normale.

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

Paramètres

value
Char

Valeur à vérifier.

Retours

true si value est sous-normal ; sinon, false.

Implémente

S’applique à