INumberBase<TSelf>.IsImaginaryNumber(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 imaginaire pur.
public:
static bool IsImaginaryNumber(TSelf value);
public static abstract bool IsImaginaryNumber(TSelf value);
static member IsImaginaryNumber : 'Self -> bool
Public Shared Function IsImaginaryNumber (value As TSelf) As Boolean
Paramètres
- value
- TSelf
Valeur à vérifier.
Retours
true s’il value s’agit d’un nombre imaginaire pur ; sinon, false.
Remarques
Cette fonction retourne false un nombre a + bi complexe qui a n’est pas égal à zéro, car ce nombre n’est pas purement imaginaire.