ChartDirector 7.1 (C++ Edition)

ArrayMath.DoubleArray


Usage

operator DoubleArray() const;

Description

Conversion operator to automatically convert ArrayMath object to DoubleArray.

The conversion operator allows ArrayMath objects to be used in APIs that expect DoubleArray objects as arguments.

Arguments

None

Return Value

The content of the ArrayMath object as a DoubleArray.