Help Center

CComplex.CSubImagmethod

Subtracts an imaginary number.

Numeric DatatypesmethodCComplex.incdocumented

Syntax

FUNCTION CSubImag (BYVAL y AS DOUBLE) AS CComplex

Parameters

NameDescription
yA double value.

Description

Subtracts an imaginary number.

Example

DIM cpx AS CComplex = CComplex(5, 6) cx = cpx.CSubImag(3)

Reference

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