Vips.ArrayDouble
Vips.ArrayDouble.new()
Vips.ArrayDouble.get()
Name
Type
Access
Description
area
Vips.Area
r/w
class
new (array)
new
get ()
get
array ([float]) – array of double
float
A new [struct`ArrayDouble`].
Allocate a new array of doubles and copy array into it. Free with [method`Area`.unref].
::: seealso [struct`Area`].
array of double
[float]
Fetch a double array from a [struct`ArrayDouble`]. Useful for language bindings.