H5Tget_array_ndims
(
hid_t adtype_id
)
H5Tget_array_ndims
returns the rank,
the number of dimensions, of an array datatype object.
hid_t adtype_id |
IN: Datatype identifier of array object. |
SUBROUTINE h5tget_array_ndims_f(type_id, ndims, hdferr) IMPLICIT NONE INTEGER(HID_T), INTENT(IN) :: type_id ! Identifier of the array datatype INTEGER, INTENT(OUT) :: ndims ! Number of array dimensions INTEGER, INTENT(OUT) :: hdferr ! Error code END SUBROUTINE h5tget_array_ndims_f
Release | C |
1.4.0 | Function introduced in this release. |