Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Boolean op_GreaterThanOrEqual(TCplx ALeft, TCplx ARight) | Greater than or equal operator for TCplx types. |
| 2 | Boolean op_GreaterThanOrEqual(TCplx ALeft, Double ARight) | Greater than or equal operator for mixed TCplx and real types. |
| 3 | Boolean op_GreaterThanOrEqual(Double ALeft, TCplx ARight) | Greater than or equal operator for mixed TCplx and real types. |
Overload 1: Boolean op_GreaterThanOrEqual(TCplx ALeft, TCplx ARight)
Greater than or equal operator for TCplx types.
Returns: Boolean
Overload 2: Boolean op_GreaterThanOrEqual(TCplx ALeft, Double ARight)
Greater than or equal operator for mixed TCplx and real types.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ALeft | TCplx | scalar |
| 2 | ARight | Double | scalar |
Returns: Boolean
Overload 3: Boolean op_GreaterThanOrEqual(Double ALeft, TCplx ARight)
Greater than or equal operator for mixed TCplx and real types.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ALeft | Double | scalar |
| 2 | ARight | TCplx | scalar |
Returns: Boolean