JCMTableGetDoubleComplexEntryΒΆ
Purpose
returns table entry of complex type
Function signature
int JCMTableGetDoubleComplexEntry(doublecomplex* entry, int handle, int row, int col)
Parameter | in/output | Description |
---|---|---|
entry | output | complex table entry |
handle | input | pinboard handle of table |
row | input | index of row |
col | input | index of column |