Vips.ArrayDouble (original) (raw)

Vips

API Version: 8.0

Library Version: 8.17

Type

ArrayDouble

Constructors

new newv

Instance methods

get

Generated by gi-docgen 2025.3

Struct

VipsArrayDouble

Description


struct VipsArrayDouble {
  VipsArea area;
}

No description available.

Structure members

area

No description available.

Constructors

vips_array_double_new

Allocate a new array of doubles and copy array into it. Free withvips_area_unref().

vips_array_double_newv

Allocate a new array of n doubles and copy @… into it. Free withvips_area_unref().

Instance methods

vips_array_double_get

Fetch a double array from a VipsArrayDouble. Useful for language bindings.

Content