ChartDirector Ver 3.0 (C++ Edition)
RanTable
.getCol
Usage
DoubleArray getCol(int i);
Description
Get the request column as an array of numbers.
Arguments
Argument
Default
Description
i
(Mandatory)
The column to get. The first column is 0. The nth column is (n - 1).
Return Value
An array containing numbers from the requested column.
© 2003 Advanced Software Engineering Limited. All rights reserved.