ChartDirector 7.1 (C++ Edition)
DoubleArray
.
DoubleArray
Usage
DoubleArray(const double *data, int len);
Description
The constructor of the DoubleArray class.
Arguments
Argument
Default
Description
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.
© 2023 Advanced Software Engineering Limited. All rights reserved.