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

Définition

Détermine si une valeur est sous-normale.

public:
 static bool IsSubnormal(TSelf value);
public static abstract bool IsSubnormal (TSelf value);
static member IsSubnormal : 'Self -> bool
Public Shared Function IsSubnormal (value As TSelf) As Boolean

Paramètres

value
TSelf

Valeur à vérifier.

Retours

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

S’applique à