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

Définition

Détermine si une valeur est l’infini négatif.

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

Paramètres

value
TSelf

Valeur à vérifier.

Retours

true si value est l’infini négatif ; sinon, false.

S’applique à