Complex.IsNegativeInfinity(Complex) Metoda

Definice

Určuje, zda je hodnota záporné nekonečno.

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

Hodnota, která se má zkontrolovat.

Návraty

true if value je záporné nekonečno, falsejinak hodnota .

Implementuje

Platí pro