Complex.IsSubnormal(Complex) Methode

Definition

Bestimmt, ob ein Wert subnormal ist.

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

Parameter

value
Complex

Der zu überprüfende Wert.

Gibt zurück

true , wenn value subnormal ist, falseandernfalls .

Implementiert

Gilt für: