Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Double Arg(TCplx Z) | The argument of Z. |
| 2 | Single Arg(TSCplx Z) |
Overload 1: Double Arg(TCplx Z)
The argument of Z.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Z | TCplx | scalar |
Returns: Double - the argument of the complex number Z: Arg(Z) = ArcTan(Z.Im/Z.Re).
Overload 2: Single Arg(TSCplx Z)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Z | TSCplx | scalar |
Returns: Single