Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx Neg(TCplx A) | Changes the sign of Z. |
| 2 | TSCplx Neg(TSCplx A) |
Overload 1: TCplx Neg(TCplx A)
Changes the sign of Z.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | TCplx | scalar |
Returns: TCplx (complex) - the sign of Z: Z becomes -Z
Overload 2: TSCplx Neg(TSCplx A)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | TSCplx | scalar |
Returns: TSCplx