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

Définition

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

 static bool System.Numerics.INumberBase<System.UInt16>.IsSubnormal(System::UInt16 value) = System::Numerics::INumberBase<System::UInt16>::IsSubnormal;
static bool INumberBase<ushort>.IsSubnormal (ushort value);
static member System.Numerics.INumberBase<System.UInt16>.IsSubnormal : uint16 -> bool
 Shared Function IsSubnormal (value As UShort) As Boolean Implements INumberBase(Of UShort).IsSubnormal

Paramètres

value
UInt16

Valeur à vérifier.

Retours

true si value est subnormal ; sinon, false.

Implémente

S’applique à