Complex.IsNegativeInfinity(Complex) Methode

Definition

Bestimmt, ob ein Wert negative Unendlichkeit 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; andernfalls false.

Implementiert

Gilt für: