CComplex.CMulImagmethod
Multiplies by an imaginary number.
Syntax
FUNCTION CMulImag (BYVAL y AS DOUBLE) AS CComplex
Parameters
| Name | Description | |
|---|---|---|
y | A double value. |
Description
Multiplies by an imaginary number.
Example
DIM cpx AS CComplex = CComplex(5, 6) cx = cpx.CMulImag(3)
Reference
- Include file
CComplex.inc - Defined in AfxNova/CComplex.inc:766
- Documented in Numeric Datatypes/CComplex Class.md
- Topic: CComplex Class