CComplex.CPolarmethod
Sets the complex number from the polar representation.
Syntax
FUNCTION CPolar (BYVAL r AS DOUBLE, BYVAL theta AS DOUBLE)
Parameters
| Name | Description | |
|---|---|---|
r | The modulus of complex number. | |
theta | The 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