Overload List
| # | Signature | Description |
|---|---|---|
| 1 | class operator LessThan(const ALeft: TSCplx; const ARight: TSCplx): Boolean; | Less than operator for TSCplx types. |
| 2 | class operator LessThan(const ALeft: TSCplx; const ARight: Single): Boolean; | Less than operator for mixed TSCplx and real types. |
| 3 | class operator LessThan(const ALeft: Single; const ARight: TSCplx): Boolean; | Less than operator for mixed TSCplx and real types. |
Overload 1: class operator LessThan(const ALeft: TSCplx; const ARight: TSCplx): Boolean;
Less than operator for TSCplx types.
Returns: Boolean
Overload 2: class operator LessThan(const ALeft: TSCplx; const ARight: Single): Boolean;
Less than operator for mixed TSCplx and real types.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ALeft | TSCplx | scalar |
| 2 | ARight | Single | scalar |
Returns: Boolean
Overload 3: class operator LessThan(const ALeft: Single; const ARight: TSCplx): Boolean;
Less than operator for mixed TSCplx and real types.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ALeft | Single | scalar |
| 2 | ARight | TSCplx | scalar |
Returns: Boolean