CComplex.CDivRealmethod
Divides by a real number.
Syntax
FUNCTION CDivReal (BYVAL x AS DOUBLE) AS CComplex
Parameters
| Name | Description | |
|---|---|---|
x | A double value. |
Description
Divides by a real number.
Example
DIM cpx AS CComplex = CComplex(5, 6) cpx = cpx.CDivReal(10)
Reference
- Include file
CComplex.inc - Defined in AfxNova/CComplex.inc:791
- Documented in Numeric Datatypes/CComplex Class.md
- Topic: CComplex Class