Click or drag to resize

Complex32Inequality Operator

Inequality test.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool operator !=(
	Complex32 complex1,
	Complex32 complex2
)

Parameters

complex1  Complex32
One of complex numbers to compare.
complex2  Complex32
The other complex numbers to compare.

Return Value

Boolean
true if the real or imaginary components of the two complex numbers are not equal; false otherwise.
See Also