Decimal.IsOddInteger(Decimal) Méthode

Définition

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

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

Paramètres

value
Decimal

Valeur à vérifier.

Retours

true si value est un entier impair ; sinon, false.

Implémente

Remarques

Cette méthode gère correctement les valeurs à virgule flottante et retourne true3.3falsealors 3.0 retourne .

Une valeur de retour de n’implique false pas que IsEvenInteger(TSelf) retourne true. Un nombre avec une partie fractionnaire, par exemple, 3.3n’est pas pair ou impair.

S’applique à