Function
VipsArrayDoublenewv
Declaration [src]
VipsArrayDouble*
vips_array_double_newv (
int n,
...
)
Description [src]
Allocate a new array of n
doubles and copy @… into it. Free with vips_area_unref().
See also: vips_array_double_new()
Return value
Returns: | VipsArrayDouble |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |