Help Center

CComplex.CConjmethod

Returns the complex conjugate of this complex number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CConj () AS CComplex
Also documented as CConjugate — 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:828
  • Documented in Numeric Datatypes/CComplex Class.md
  • Topic: CComplex Class