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

Définition

Détermine si une valeur est négative.

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

Paramètres

value
UIntPtr

unativeint

Valeur à vérifier.

Retours

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

Implémente

S’applique à