LIBRAAPI const double * ra_value_get_double_array (value_handle vh);
LIBRAAPI const double * ra_value_get_double_array
vh
value-handle
This function returns a pointer to the double array stored in vh. The pointer is valid until vh is used in another function or vh is freed. The number of elements of the array can be get by calling ra_value_get_num_elem().
value.c