Overload List
| # | Signature | Description |
|---|---|---|
| 1 | class operator Equal(const Left: TCplx; const Right: TCplx): Boolean; | Equal operator for TCplx types. |
| 2 | class operator Equal(const Left: TCplx; const Right: Double): Boolean; | Equal operator for mixed TCplx and real types. |
| 3 | class operator Equal(const Left: Double; const Right: TCplx): Boolean; | Equal operator for mixed TCplx and real types. |
Overload 1: class operator Equal(const Left: TCplx; const Right: TCplx): Boolean;
Equal operator for TCplx types.
Returns: Boolean
Overload 2: class operator Equal(const Left: TCplx; const Right: Double): Boolean;
Equal operator for mixed TCplx and real types.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | TCplx | scalar |
| 2 | Right | Double | scalar |
Returns: Boolean
Overload 3: class operator Equal(const Left: Double; const Right: TCplx): Boolean;
Equal operator for mixed TCplx and real types.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Left | Double | scalar |
| 2 | Right | TCplx | scalar |
Returns: Boolean