Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Flip(const X: TCplx): TCplx; | Swaps real and imaginary part. |
| 2 | function Flip(const X: TSCplx): TSCplx; |
Overload 1: function Flip(const X: TCplx): TCplx;
Swaps real and imaginary part.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx |
Returns: TCplx (complex) - Flipped complex number: Flip(x+i*y), becomes: y+i*x
See Also: Math387.FlipConj
Overload 2: function Flip(const X: TSCplx): TSCplx;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx |
Returns: TSCplx