Overload List
Overload 1: function CInv(const X: TCplx): TCplx;
Overload 2: procedure CInv(const X: TCplx; out result: TCplx);
The 1/Z.
| # | Name | Description |
|---|---|---|
| 1 | X | Defines the input parameter for inverting. |
| 2 | result | Stores the result of inverting: X becomes: 1/X |
Result: stored in self (calling object)
Overload 3: function CInv(const X: TSCplx): TSCplx;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx |
Returns: TSCplx