Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Double Norm(TCplx X) | The ||Z||^2. |
| 2 | Single Norm(TSCplx X) |
Overload 1: Double Norm(TCplx X)
The ||Z||^2.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx | scalar |
Returns: Double - the squared norm of complex number: (x+i*y) becomes:Sqr(x) + Sqr(y).
See Also: Math387.Pythag
Overload 2: Single Norm(TSCplx X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx | scalar |
Returns: Single