JCMTableGetDoubleComplexColumnΒΆ
Purpose
returns pointer to values of complex column
Function signature
int JCMTableGetDoubleComplexColumn(const doublecomplex** 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 |