Partager via


Half.IsSubnormal(Half) Méthode

Définition

Détermine si la valeur spécifiée est inférieure à la normale.

public:
 static bool IsSubnormal(Half value);
public:
 static bool IsSubnormal(Half value) = System::Numerics::INumberBase<Half>::IsSubnormal;
public static bool IsSubnormal (Half value);
static member IsSubnormal : Half -> bool
Public Shared Function IsSubnormal (value As Half) As Boolean

Paramètres

value
Half

Nombre Half à virgule flottante .

Retours

Boolean

true si value est inférieur à la normale ; falsefalse.

Implémente

S’applique à