Complex.IsImaginaryNumber(Complex) Méthode
Définition
Important
Certaines informations concernent des produits en version préliminaire qui peuvent être considérablement modifiés avant leur sortie. Microsoft n’offre aucune garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si une valeur représente un nombre imaginaire.
public:
static bool IsImaginaryNumber(System::Numerics::Complex value) = System::Numerics::INumberBase<System::Numerics::Complex>::IsImaginaryNumber;
public static bool IsImaginaryNumber(System.Numerics.Complex value);
static member IsImaginaryNumber : System.Numerics.Complex -> bool
Public Shared Function IsImaginaryNumber (value As Complex) As Boolean
Paramètres
- value
- Complex
Valeur à vérifier.
Retourne
true si value est un nombre imaginaire ; sinon, false.
Implémente
Remarques
Cette fonction retourne false pour un nombre a + bi complexe où a est différent de zéro.