Click or drag to resize

ComplexInequality Operator

Tests the inequality of two complex numbers.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static bool operator !=(
	Complex z1,
	Complex z2
)

Parameters

z1
Type: Meta.NumericsComplex
The first complex number.
z2
Type: Meta.NumericsComplex
The second complex number.

Return Value

Type: Boolean
False if the two complex numbers are equal, otherwise true.
See Also