Int32.INumberBase<Int32>.IsNormal(Int32) Méthode

Définition

Détermine si une valeur est normale.

 static bool System.Numerics.INumberBase<System.Int32>.IsNormal(int value) = System::Numerics::INumberBase<int>::IsNormal;
static bool INumberBase<int>.IsNormal (int value);
static member System.Numerics.INumberBase<System.Int32>.IsNormal : int -> bool
 Shared Function IsNormal (value As Integer) As Boolean Implements INumberBase(Of Integer).IsNormal

Paramètres

value
Int32

Valeur à vérifier.

Retours

true si value est normal ; sinon, false.

Implémente

S’applique à