Click or drag to resize
ComplexInequality Operator (Double, Complex)
Returns true if x and y are not equal.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static bool operator !=(
	double x,
	Complex y
)

Parameters

x
Type: SystemDouble
A double value.
y
Type: Imsl.MathComplex
A Complex value.

Return Value

Type: Boolean
true if x and y are not equal.
See Also