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

Définition

Détermine si une valeur est NaN.

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

Paramètres

value
TSelf

Valeur à vérifier.

Retours

true si value est NaN ; sinon, false.

S’applique à