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