Complex.IsNegativeInfinity(Complex) Methode

Definition

Bestimmt, ob ein Wert negativ unendlich ist.

public:
 static bool IsNegativeInfinity(System::Numerics::Complex value) = System::Numerics::INumberBase<System::Numerics::Complex>::IsNegativeInfinity;
public static bool IsNegativeInfinity (System.Numerics.Complex value);
static member IsNegativeInfinity : System.Numerics.Complex -> bool
Public Shared Function IsNegativeInfinity (value As Complex) As Boolean

Parameter

value
Complex

Der zu überprüfende Wert.

Gibt zurück

true , wenn value negative Unendlichkeit ist, falseandernfalls .

Implementiert

Gilt für: