Decimal.IsInteger(Decimal) Méthode

Définition

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

public:
 static bool IsInteger(System::Decimal value) = System::Numerics::INumberBase<System::Decimal>::IsInteger;
public static bool IsInteger (decimal value);
static member IsInteger : decimal -> bool
Public Shared Function IsInteger (value As Decimal) As Boolean

Paramètres

value
Decimal

Valeur à vérifier.

Retours

true si value est un entier ; sinon, false.

Implémente

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 à