libRoadRunner C API  1.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
RRVector Struct Reference

Structure for a simple vector of doubles. More...

#include <rrc_types.h>

Data Fields

int Count
 
double * Data
 

Detailed Description

Structure for a simple vector of doubles.

Field Documentation

int Count

The number of elements in the vector

double* Data

Points to an array of double items


The documentation for this struct was generated from the following file: