Single.IsNormal(Single) Méthode

Définition

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

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

Paramètres

f
Single

Nombre à virgule flottante simple précision.

Retours

Boolean

true si f est normal ; sinon, false.

S’applique à