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

Définition

Détermine si une valeur est inférieure à la normale.

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

Paramètres

value
UIntPtr

unativeint

Valeur à vérifier.

Retours

true si value est subnormal ; sinon, false.

Implémente

S’applique à