UIntPtr.INumberBase<UIntPtr>.IsPositiveInfinity(UIntPtr) Méthode

Définition

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

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

Paramètres

value
UIntPtr

unativeint

Valeur à vérifier.

Retours

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

Implémente

S’applique à