IMSL C# Numerical Library

Complex Inequality Operator 

Returns true if x and y are not equal.

public static bool operator !=(
   double x,
   Complex y
);

Parameters

x
A double value.
y
A Complex value.

Return Value

true if x and y are not equal.

See Also

Complex Class | Imsl.Math Namespace | ComplexInequality Operator Overload List