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