Complex.IsNegative(Complex) 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 est négative.
public:
static bool IsNegative(System::Numerics::Complex value) = System::Numerics::INumberBase<System::Numerics::Complex>::IsNegative;
public static bool IsNegative(System.Numerics.Complex value);
static member IsNegative : System.Numerics.Complex -> bool
Public Shared Function IsNegative (value As Complex) As Boolean
Paramètres
- value
- Complex
Valeur à vérifier.
Retours
true si value est négatif ; sinon, false.
Implémente
Remarques
Une valeur de retour de false n’implique pas que IsPositive(TSelf) retournera true. Nombre complexe, a + bi pour les bnon nuls , n’est pas positif ou négatif.