Double.INumberBase<Double>.IsImaginaryNumber(Double) 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 imaginaire pur.
static bool System.Numerics.INumberBase<System.Double>.IsImaginaryNumber(double value) = System::Numerics::INumberBase<double>::IsImaginaryNumber;
static bool INumberBase<double>.IsImaginaryNumber(double value);
static member System.Numerics.INumberBase<System.Double>.IsImaginaryNumber : double -> bool
Shared Function IsImaginaryNumber (value As Double) As Boolean Implements INumberBase(Of Double).IsImaginaryNumber
Paramètres
- value
- Double
Valeur à vérifier.
Retours
true si value est un nombre imaginaire pur ; sinon, false.