Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx CInv(TCplx X) | The 1/Z. |
| 2 | void CInv(TCplx X, ref TCplx result) | The 1/Z. |
| 3 | TSCplx CInv(TSCplx X) | |
| 4 | void CInv(TSCplx X, ref TSCplx result) |
Overload 1: TCplx CInv(TCplx X)
Overload 2: void CInv(TCplx X, ref TCplx result)
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: TSCplx CInv(TSCplx X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx | scalar |
Returns: TSCplx
Overload 4: void CInv(TSCplx X, ref TSCplx result)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx | scalar |
| 2 | result | TSCplx (ref) |
Result: stored in self (calling object)