INumberBase<TSelf>.IsNormal(TSelf) Méthode

Définition

Détermine si une valeur est normale.

public:
 static bool IsNormal(TSelf value);
public static abstract bool IsNormal (TSelf value);
static member IsNormal : 'Self -> bool
Public Shared Function IsNormal (value As TSelf) As Boolean

Paramètres

value
TSelf

Valeur à vérifier.

Retours

true si value est normal ; sinon, false.

S’applique à