ChartDirector 7.1 (C++ Edition)

IntArray.IntArray


Usage

IntArray(const int *data, int len);

Description

The constructor of the IntArray 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 IntArray object created.