Int64.IsNegative(Int64) 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 négative.
public:
static bool IsNegative(long value) = System::Numerics::INumberBase<long>::IsNegative;
public static bool IsNegative (long value);
static member IsNegative : int64 -> bool
Public Shared Function IsNegative (value As Long) As Boolean
- value
- Int64
Valeur à vérifier.
true
si value
est négatif ; sinon, false
.
Une valeur de retour de false
n’implique pas que IsPositive(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 :