Help Center

CComplex.CPolarmethod

Sets the complex number from the polar representation.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CPolar (BYVAL r AS DOUBLE, BYVAL theta AS DOUBLE)

Parameters

NameDescription
rThe modulus of complex number.
thetaThe angle with the positive direction of x-axis.

Description

Sets the complex number from the polar representation.

Reference

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