Double.IsSubnormal(Double) Méthode
Définition
Détermine si la valeur spécifiée est inférieure à la normale.Determines whether the specified value is subnormal.
public:
static bool IsSubnormal(double d);
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.A double-precision floating-point number.
Retours
true
si la valeur est inférieure à la normale ; sinon, false
.true
if the value is subnormal; false
otherwise.