Help Center

CComplex.CDivRealmethod

Divides by a real number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CDivReal (BYVAL x AS DOUBLE) AS CComplex

Parameters

NameDescription
xA 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