JCMTableGetDoubleColumnΒΆ
Purpose
returns pointer to values of real column
Function signature
int JCMTableGetDoubleColumn(const double** entry, int handle, int col)
Parameter | in/output | Description |
---|---|---|
entry | output | pointer to column values |
handle | input | pinboard handle of table |
col | input | index of column |