Vips.ArrayDouble¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
area |
r/w |
Methods¶
class |
|
|
Details¶
- class Vips.ArrayDouble¶
- classmethod new(array)¶
- Parameters:
array ([
float]) – array of double- Returns:
A new
Vips.ArrayDouble.- Return type:
Allocate a new array of doubles and copy array into it. Free with
Vips.Area.unref().See also:
Vips.Area.
- get()¶
- Returns:
array of double
- Return type:
[
float]
Fetch a double array from a
Vips.ArrayDouble. Useful for language bindings.