Click or drag to resize
Complex.Inequality 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: System.Double
A double value.
y
Type: Imsl.Math.Complex
A Complex value.

Return Value

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