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

Définition

Détermine si une valeur est sous-normale.

 static bool System.Numerics.INumberBase<nint>.IsSubnormal(IntPtr value) = System::Numerics::INumberBase<IntPtr>::IsSubnormal;
static bool INumberBase<IntPtr>.IsSubnormal (IntPtr value);
static member System.Numerics.INumberBase<nint>.IsSubnormal : nativeint -> bool
 Shared Function IsSubnormal (value As IntPtr) As Boolean Implements INumberBase(Of IntPtr).IsSubnormal

Paramètres

value
IntPtr

nativeint

Valeur à vérifier.

Retours

true si value est sous-normal ; sinon, false.

Implémente

S’applique à