IntPtr.IsPositive(IntPtr) Méthode
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si une valeur est positive.
public:
static bool IsPositive(IntPtr value) = System::Numerics::INumberBase<IntPtr>::IsPositive;
public static bool IsPositive (IntPtr value);
static member IsPositive : nativeint -> bool
Public Shared Function IsPositive (value As IntPtr) As Boolean
- value
-
IntPtr
nativeint
Valeur à vérifier.
true
si value
est positif ; sinon, false
.
Une valeur de retour de false
n’implique pas que IsNegative(TSelf) retourne true
. Un nombre complexe, a + bi
pour un nombre différent de zéro b
, n’est pas positif ou négatif
Produit | Versions |
---|---|
.NET | 7, 8, 9 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :