NFloat.IsRealNumber(NFloat) 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 réel.
public:
static bool IsRealNumber(System::Runtime::InteropServices::NFloat value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::IsRealNumber;
public static bool IsRealNumber (System.Runtime.InteropServices.NFloat value);
static member IsRealNumber : System.Runtime.InteropServices.NFloat -> bool
Public Shared Function IsRealNumber (value As NFloat) As Boolean
Paramètres
- value
- NFloat
Valeur à vérifier.
Retours
true si value est un nombre réel ; sinon, false.
Implémente
Remarques
Cette fonction retourne true pour un nombre a + bi complexe où b est égal à zéro.