Overload List
| # | Signature | Description |
|---|---|---|
| 1 | bool operator==(const TSCplx &Left, const TSCplx &Right); | Equal operator for TSCplx types. |
| 2 | bool operator==(const TSCplx &Left, float Right); | Equal operator for mixed TSCplx and real types. |
| 3 | bool operator==(float Left, const TSCplx &Right); | Equal operator for mixed TSCplx and real types. |
Overload 1: bool operator==(const TSCplx &Left, const TSCplx &Right);
Equal operator for TSCplx types.
Declared in Dew::Math · Dew.Math/Math387.h · Cross-compiler
Overload 2: bool operator==(const TSCplx &Left, float Right);
Equal operator for mixed TSCplx and real types.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | const TSCplx & | |
| 2 | Right | float |
Declared in Dew::Math · Dew.Math/Math387.h · Cross-compiler
Overload 3: bool operator==(float Left, const TSCplx &Right);
Equal operator for mixed TSCplx and real types.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | float | |
| 2 | Right | const TSCplx & |
Declared in Dew::Math · Dew.Math/Math387.h · Cross-compiler