Help Center

CComplex.CDivImagmethod

Divides by an imaginary number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CDivImag (BYVAL y AS DOUBLE) AS CComplex

Parameters

NameDescription
yA double value.

Description

Divides by an imaginary number.

Example

DIM cpx AS CComplex = CComplex(5, 6) cpx = cpx.CDivImag(10)

Reference

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