Complex.IsNegativeInfinity(Complex) Method

Definition

Determines if a value is negative infinity.

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

Parameters

value
Complex

The value to be checked.

Returns

true if value is negative infinity; otherwise, false.

Implements

Applies to