Help Center

CComplex.CSinproperty

Returns the complex sine of this complex number.

Numeric DatatypespropertyCComplex.incdocumented

Syntax

PROPERTY CSin () AS CSin

Description

Returns the complex sine of this complex number.

Example

DIM cpx AS CComplex = CComplex(1, 1) PRINT cpx.CSin Output: 1.298457581415977 +0.6349639147847361 * i

Reference

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