Double.IsSubnormal(Double) 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 la valeur spécifiée est inférieure à la normale.
public:
static bool IsSubnormal(double d);
public:
static bool IsSubnormal(double d) = System::Numerics::INumberBase<double>::IsSubnormal;
public static bool IsSubnormal (double d);
static member IsSubnormal : double -> bool
Public Shared Function IsSubnormal (d As Double) As Boolean
Paramètres
- d
- Double
Nombre à virgule flottante double précision.
Retours
true
si la valeur est inférieure à la normale ; sinon, false
.