Function

Vipsvalue_set_array_double

Declaration [src]

void
vips_value_set_array_double (
  GValue* value,
  const double* array,
  int n
)

Description [src]

Set value to hold a copy of array. Pass in the array length in n.

See also: vips_array_double_get().

Parameters

value GValue
 

%GValue to get from.

 The data is owned by the caller of the function.
array 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 int
 

The number of elements.