Function
Vipsvalue_set_array_double
Declaration [src]
void
vips_value_set_array_double (
GValue* value,
const double* array,
int n
)
Parameters
value-
Type:
GValueGValueto get from.The data is owned by the caller of the function. array-
Type: An array of
doubleArray of doubles.
The argument can be NULL.The length of the array is specified in the nargument.The data is owned by the caller of the function. n-
Type:
intThe number of elements.