NFloat.IsSubnormal(NFloat) Méthode

Définition

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

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

Paramètres

value
NFloat

Valeur à virgule flottante.

Retours

true si la valeur est inférieure à la normale ; sinon, false.

Implémente

S’applique à