NFloat.IsInteger(NFloat) Méthode

Définition

Détermine si une valeur représente un nombre intégral.

public:
 static bool IsInteger(System::Runtime::InteropServices::NFloat value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::IsInteger;
public static bool IsInteger(System.Runtime.InteropServices.NFloat value);
static member IsInteger : System.Runtime.InteropServices.NFloat -> bool
Public Shared Function IsInteger (value As NFloat) As Boolean

Paramètres

value
NFloat

Valeur à vérifier.

Retours

true s’il value s’agit d’un entier ; sinon, false.

Implémente

Remarques

Cette méthode gère correctement les valeurs à virgule flottante et 2.0 retourne alors et 3.0true retourne 2.2.3.3false

S’applique à