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

Définition

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

 static bool System.Numerics.INumberBase<System.UInt64>.IsSubnormal(System::UInt64 value) = System::Numerics::INumberBase<System::UInt64>::IsSubnormal;
static bool INumberBase<ulong>.IsSubnormal (ulong value);
static member System.Numerics.INumberBase<System.UInt64>.IsSubnormal : uint64 -> bool
 Shared Function IsSubnormal (value As ULong) As Boolean Implements INumberBase(Of ULong).IsSubnormal

Paramètres

value
UInt64

Valeur à vérifier.

Retours

true si value est subnormal ; sinon, false.

Implémente

S’applique à