Click or drag to resize

FloatComplexNaNEquals Method

Tests for equality of this complex number and another complex number.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool NaNEquals(
	Object o
)

Parameters

o  Object
A complex number.

Return Value

Boolean
True if this.Real==o.Real and this.Imag==o.Imag; otherwise, false.
Remarks
This method ignores NaN values when checking for equality.
See Also