BigInteger.INumberBase<BigInteger>.IsPositiveInfinity Méthode

Définition

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

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

Paramètres

value
BigInteger

Valeur à vérifier.

Retours

true si value est l’infini positif ; sinon, false.

Implémente

S’applique à