INumberBase<TSelf>.IsNegativeInfinity(TSelf) 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 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.