IMSL C# Numerical Library

Complex Inequality Operator

Returns true if x and y are not equal.

Overload List

Returns true if x and y are not equal.

public static bool Inequality Operator(Complex,Complex);

Returns true if x and y are not equal.

public static bool Inequality Operator(Complex,double);

Returns true if x and y are not equal.

public static bool Inequality Operator(double,Complex);

See Also

Complex Class | Imsl.Math Namespace