Single.IsSubnormal(Single) Méthode

Définition

Détermine si la valeur spécifiée est inférieure à la normale.

public:
 static bool IsSubnormal(float f);
public static bool IsSubnormal (float f);
static member IsSubnormal : single -> bool
Public Shared Function IsSubnormal (f As Single) As Boolean

Paramètres

f
Single

Nombre à virgule flottante simple précision.

Retours

Boolean

true si f est inférieur à la normale ; sinon, false.

S’applique à