libroadrunner C API
Public Attributes | List of all members
RRVector Struct Reference

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

#include <rrc_types.h>

Public Attributes

int Count
 
double * Data
 

Detailed Description

Structure for a simple vector of doubles.

Member Data Documentation

◆ Count

int RRVector::Count

The number of elements in the vector

◆ Data

double* RRVector::Data

Points to an array of double items


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