Complex.IsNegativeInfinity(Complex) Método

Definición

Determina si un valor es 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

Parámetros

value
Complex

Valor que se va a comprobar.

Devoluciones

true es si value es infinito negativo; de lo contrario, falsees .

Implementaciones

Se aplica a