Double.IsSubnormal(Double) Méthode

Définition

Détermine si la valeur spécifiée est subnormale.

public:
 static bool IsSubnormal(double d) = System::Numerics::INumberBase<double>::IsSubnormal;
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.

Retours

true si la valeur est subnormale ; false Sinon.

Implémente

Remarques

Cela vérifie efficacement que la valeur n’est pas NaN, pas infinie, pas normale, et non zéro.

S’applique à