Method
IpuzCellCoordArrayindex
Declaration [src]
gboolean
ipuz_cell_coord_array_index (
const IpuzCellCoordArray* self,
size_t index,
IpuzCellCoord* out_value
)
Parameters
index
-
Type:
size_t
The index of the coord to return.
out_value
-
Type:
IpuzCellCoord
Location to store the value.
The argument will be set by the function. The argument can be set to NULL
by the method.The returned data is owned by the instance.