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

Définition

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

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

Paramètres

value
UIntPtr

unativeint

Valeur à vérifier.

Retours

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

Implémente

S’applique à