Partager via


Half.IsSubnormal(Half) Méthode

Définition

Détermine si la valeur spécifiée est subnormale.

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 à virgule flottante Half.

Retours

true si value est subnormal ; falsefalse.

Implémente

Remarques

Cela vérifie efficacement que la valeur n’est pas NaN, pas infinie, pas normale, et non zéro.

S’applique à