Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Boolean op_LessThanOrEqual(TCplx ALeft, TCplx ARight) | Less than or equal operator for TCplx types. |
| 2 | Boolean op_LessThanOrEqual(TCplx ALeft, Double ARight) | Less than or equal operator for mixed TCplx and real types. |
| 3 | Boolean op_LessThanOrEqual(Double ALeft, TCplx ARight) | Less than or equal operator for mixed TCplx and real types. |
Overload 1: Boolean op_LessThanOrEqual(TCplx ALeft, TCplx ARight)
Less than or equal operator for TCplx types.
Returns: Boolean
Overload 2: Boolean op_LessThanOrEqual(TCplx ALeft, Double ARight)
Less 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_LessThanOrEqual(Double ALeft, TCplx ARight)
Less than or equal operator for mixed TCplx and real types.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ALeft | Double | scalar |
| 2 | ARight | TCplx | scalar |
Returns: Boolean