INumberBase<TSelf>.IsRealNumber(TSelf) Méthode
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 réel.
public:
static bool IsRealNumber(TSelf value);
public static abstract bool IsRealNumber (TSelf value);
static member IsRealNumber : 'Self -> bool
Public Shared Function IsRealNumber (value As TSelf) As Boolean
- value
- TSelf
Valeur à vérifier.
true
si value
est un nombre réel ; sinon, false
.
Cette fonction retourne true
pour un nombre a + bi
complexe où b
est zéro.
Produit | Versions |
---|---|
.NET | 7, 8, 9 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :