Complex.IsNegativeInfinity(Complex) Metoda

Definicja

Określa, czy wartość jest nieskończonością ujemną.

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

Parametry

value
Complex

Wartość do sprawdzenia.

Zwraca

true jeśli value jest nieskończonością ujemną; w przeciwnym razie falsewartość .

Implementuje

Dotyczy