Single.IsNormal(Single) 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 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
true
si f
est normal ; sinon, false
.