|
libRoadRunner C API
1.0.0
|
Structure for a simple vector of doubles. More...
#include <rrc_types.h>
Data Fields | |
| int | Count |
| double * | Data |
Structure for a simple vector of doubles.
| int Count |
The number of elements in the vector
| double* Data |
Points to an array of double items
1.8.5