ChartDirector 7.1 (C++ Edition)

DoubleArray.DoubleArray


Usage

DoubleArray(const double *data, int len);

Description

The constructor of the DoubleArray class.

Arguments

ArgumentDefaultDescription
data(Mandatory)A pointer to the first element of the array.
len(Mandatory)The number of elements in the array.

Return Value

The DoubleArray object created.