Share via


Complex.IsSubnormal(Complex) Yöntem

Tanım

Bir değerin normalin altında olup olmadığını belirler.

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

Parametreler

value
Complex

Denetlenecek değer.

Döndürülenler

true altnormal ise value ; değilse, false.

Uygulamalar

Şunlara uygulanır