Complex.IsNegativeInfinity(Complex) Metod

Definition

Avgör om ett värde är negativ oändlighet.

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

Parametrar

value
Complex

Det värde som ska kontrolleras.

Returer

true if value is negative infinity;wise, false.

Implementeringar

Gäller för