...
There are three functions that are specific to array datatypes: one, H5Tarray_create
, H5T_ARRAY_CREATE, for creating an array datatype, and two, H5T_GET_ARRAY_NDIMS and H5T_GET_ARRAY_DIMS for working with existing array datatypes.
...
...
There are three functions that are specific to array datatypes: one, H5Tarray_create
, H5T_ARRAY_CREATE, for creating an array datatype, and two, H5T_GET_ARRAY_NDIMS and H5T_GET_ARRAY_DIMS for working with existing array datatypes.
...