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

Définition

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

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

Paramètres

value
IntPtr

nativeint

Valeur à vérifier.

Retours

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

Implémente

S’applique à