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

Définition

Détermine si une valeur est normale.

 static bool System.Numerics.INumberBase<nuint>.IsNormal(UIntPtr value) = System::Numerics::INumberBase<UIntPtr>::IsNormal;
static bool INumberBase<UIntPtr>.IsNormal (UIntPtr value);
static member System.Numerics.INumberBase<nuint>.IsNormal : unativeint -> bool
 Shared Function IsNormal (value As UIntPtr) As Boolean Implements INumberBase(Of UIntPtr).IsNormal

Paramètres

value
UIntPtr

unativeint

Valeur à vérifier.

Retours

true si value est normal ; sinon, false.

Implémente

S’applique à