H5Tget_array_dims2
(
hid_t adtype_id
,
hsize_t dims[]
)
H5Tget_array_dims2
returns the sizes of the dimensions
of the specified array datatype object.
The sizes of the dimensions are returned in the array dims
.
hid_t adtype_id |
IN: Datatype identifier of array object. |
hsize_t dims[] |
OUT: Sizes of array dimensions. |
Release | C |
1.8.0 | Function introduced in this release. |