INumberBase<TSelf>.IsNegative(TSelf) Méthode
Définition
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 représente un nombre réel négatif.
public:
static bool IsNegative(TSelf value);
public static abstract bool IsNegative (TSelf value);
static member IsNegative : 'Self -> bool
Public Shared Function IsNegative (value As TSelf) As Boolean
Paramètres
- value
- TSelf
Valeur à vérifier.
Retours
true
si value
représente zéro négatif ou un nombre réel négatif ; sinon, false
.
Remarques
Si ce type a signé zéro, -0
est également considéré comme négatif.
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