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