Decimal.INumberBase<Decimal>.IsPositiveInfinity(Decimal) 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 positive à l’infini.
static bool System.Numerics.INumberBase<System.Decimal>.IsPositiveInfinity(System::Decimal value) = System::Numerics::INumberBase<System::Decimal>::IsPositiveInfinity;
static bool INumberBase<decimal>.IsPositiveInfinity(decimal value);
static member System.Numerics.INumberBase<System.Decimal>.IsPositiveInfinity : decimal -> bool
Shared Function IsPositiveInfinity (value As Decimal) As Boolean Implements INumberBase(Of Decimal).IsPositiveInfinity
Paramètres
- value
- Decimal
Valeur à vérifier.
Retours
true si value est l’infini positif ; sinon, false.