Decimal.IsInteger(Decimal) 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 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
- value
- Decimal
Valeur à vérifier.
true
si value
est un entier ; sinon, false
.
Cette méthode gère correctement les valeurs à virgule flottante et retourne alors 2.0
true
3.0
et 2.2
3.3
retournent .false
Produit | Versions |
---|---|
.NET | 7, 8, 9, 10 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :