Decimal.INumberBase<Decimal>.IsImaginaryNumber(Decimal) 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.Decimal>.IsImaginaryNumber(System::Decimal value) = System::Numerics::INumberBase<System::Decimal>::IsImaginaryNumber;
static bool INumberBase<decimal>.IsImaginaryNumber (decimal value);
static member System.Numerics.INumberBase<System.Decimal>.IsImaginaryNumber : decimal -> bool
Shared Function IsImaginaryNumber (value As Decimal) As Boolean Implements INumberBase(Of Decimal).IsImaginaryNumber
Paramètres
- value
- Decimal
Valeur à vérifier.
Retours
true
si value
est un nombre imaginaire pur ; sinon, false
.
Implémente
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.