Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx Neg(const TCplx &A); | Changes the sign of Z. |
| 2 | TSCplx Neg(const TSCplx &A); |
Overload 1: TCplx Neg(const TCplx &A);
Changes the sign of Z.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | const TCplx & |
Returns: the sign of Z: Z becomes -Z
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: TSCplx Neg(const TSCplx &A);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | const TSCplx & |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler