BigInteger.INumberBase<BigInteger>.IsNegativeInfinity Méthode

Définition

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

 static bool System.Numerics.INumberBase<System.Numerics.BigInteger>.IsNegativeInfinity(System::Numerics::BigInteger value) = System::Numerics::INumberBase<System::Numerics::BigInteger>::IsNegativeInfinity;
static bool INumberBase<BigInteger>.IsNegativeInfinity (System.Numerics.BigInteger value);
static member System.Numerics.INumberBase<System.Numerics.BigInteger>.IsNegativeInfinity : System.Numerics.BigInteger -> bool
 Shared Function IsNegativeInfinity (value As BigInteger) As Boolean Implements INumberBase(Of BigInteger).IsNegativeInfinity

Paramètres

value
BigInteger

Valeur à vérifier.

Retours

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

Implémente

S’applique à