Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx CartToPolar(TCplx Z) | Cartesian to polar coordinate transformation. |
| 2 | TSCplx CartToPolar(TSCplx Z) |
Overload 1: TCplx CartToPolar(TCplx Z)
Cartesian to polar coordinate transformation.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Z | TCplx | scalar |
Returns: TCplx (complex) - complex number, transformed from cartesian to polar coordinate system.
See Also: Math387.PolarToCart
Overload 2: TSCplx CartToPolar(TSCplx Z)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Z | TSCplx | scalar |
Returns: TSCplx