INumberBase<TSelf>.IsInteger(TSelf) Méthode

Définition

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

public:
 static bool IsInteger(TSelf value);
public static abstract bool IsInteger (TSelf value);
static member IsInteger : 'Self -> bool
Public Shared Function IsInteger (value As TSelf) As Boolean

Paramètres

value
TSelf

Valeur à vérifier.

Retours

true si value est un entier ; sinon, false.

Remarques

Cette méthode gère correctement les valeurs à virgule flottante et retourne alors 2.0true3.0 et 2.23.3 retournent .false

S’applique à