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.

Used in:

PK_REPORT_record_3_t
PK_REPORT_record_4_t


It has the fields:

'array'   array of doubles

'length'  the number of doubles in 'array'