CComplex.CInversemethod
Returns the inverse, or reciprocal, of a complex number.
Syntax
FUNCTION CInverse () AS CComplex
Also documented as
CReciprocal — one description covers them all.Parameters
| Name | Description | |
|---|---|---|
x | A double value. |
Description
Returns the inverse, or reciprocal, of a complex number.
Example
DIM cpx AS CComplex = CComplex(1, 1) Print cpx.CReciprocal Output: 0.5 -0.5 * i
Reference
- Include file
CComplex.inc - Defined in AfxNova/CComplex.inc:1008
- Documented in Numeric Datatypes/CComplex Class.md
- Topic: CComplex Class