IntPtr.IsNegative(IntPtr) Méthode

Définition

Détermine si une valeur est négative.

public:
 static bool IsNegative(IntPtr value) = System::Numerics::INumberBase<IntPtr>::IsNegative;
public static bool IsNegative(IntPtr value);
static member IsNegative : nativeint -> bool
Public Shared Function IsNegative (value As IntPtr) As Boolean

Paramètres

value
IntPtr

nativeint

Valeur à vérifier.

Retours

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

Implémente

Remarques

Une valeur de retour n’implique false pas qu’elle IsPositive(TSelf) retourne true. Un nombre complexe, a + bi non nul b, n’est pas positif ou négatif

S’applique à