Function
Gimpdouble_array_get_values
Declaration [src]
const gdouble*
gimp_double_array_get_values (
  GimpArray* array,
  gsize* length
)
Parameters
- array
- 
            Type: GimpArrayThe GimpArrayrepresenting #double values.The data is owned by the caller of the function. 
- length
- 
            Type: gsize*The number of #double values in the returned array. The argument will be set by the function.