Help Center

CComplex.CInversemethod

Returns the inverse, or reciprocal, of a complex number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CInverse () AS CComplex
Also documented as CReciprocal — one description covers them all.

Parameters

NameDescription
xA 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