INumberBase<TSelf>.IsSubnormal(TSelf) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.