Complex.IsNegativeInfinity(Complex) Metodo

Definizione

Determina se un valore è infinito negativo.

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

Parametri

value
Complex

Valore da controllare.

Restituisce

true se è infinito negativo; in caso value contrario, false.

Implementazioni

Si applica a