Help Center

CComplex.CConjugatemethod

Returns the complex conjugate of this complex number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CConjugate () AS CComplex
Also documented as CConj — one description covers them all.

Description

Returns the complex conjugate of this complex number.

Example

DIM cpx AS CComplex = CComplex(5, 6) cpx = cpx.CConjugate

Reference

  • Include file CComplex.inc
  • Defined in AfxNova/CComplex.inc:822
  • Documented in Numeric Datatypes/CComplex Class.md
  • Topic: CComplex Class