Tests for equality of this complex number and another complex number.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public bool NaNEquals( Object o ) |
| Visual Basic (Declaration) |
|---|
Public Function NaNEquals ( _ o As Object _ ) As Boolean |
| Visual C++ |
|---|
public: bool NaNEquals( Object^ o ) |
Parameters
- o
- Type: System..::.Object
A complex number.
Return Value
True if this.Real==o.Real and this.Imag==o.Imag; otherwise, false.
Remarks
This method ignores NaN values when checking for equality.