![]() |
PK_double_array_t |
struct PK_double_array_s { double *array; int length; }; typedef struct PK_double_array_s PK_double_array_t; This structure contains an array of doubles.
It has the fields: 'array' array of doubles 'length' the number of doubles in 'array'