Complex.IsSubnormal(Complex) Méthode
Définition
Important
Certaines informations concernent des produits en version préliminaire qui peuvent être considérablement modifiés avant leur sortie. Microsoft n’offre aucune garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si une valeur est sous-normale.
public:
static bool IsSubnormal(System::Numerics::Complex value) = System::Numerics::INumberBase<System::Numerics::Complex>::IsSubnormal;
public static bool IsSubnormal(System.Numerics.Complex value);
static member IsSubnormal : System.Numerics.Complex -> bool
Public Shared Function IsSubnormal (value As Complex) As Boolean
Paramètres
- value
- Complex
Valeur à vérifier.
Retourne
true si value est sous-normal ; sinon, false.