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