Struct PntosDoubleArray

Struct Documentation

struct PntosDoubleArray

An owned array of doubles (see PntosManagedMemory for more information).

Invariants:

  • The length of data must be sizeof(double)*num_doubles

Public Members

PntosManagedMemory *memory
double *data

An array of num_doubles doubles.

size_t num_doubles

The number of doubles stored in data. For example, data[num_doubles-1] points to the last int stored in this structure.