Complex32Inequality Operator |
Inequality test.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
Booleantrue if the real or imaginary components of the two complex numbers are not equal;
false otherwise.
See Also