Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5T_GET_ARRAY_DIMS2

Retrieves sizes of array dimensions

Procedure:

H5T_GET_ARRAY_DIMS2 (adtype_id, dims)

Signature:

int H5Tget_array_dims2( hid_t adtype_id, hsize_t dims[] )

Parameters:
hid_t adtype_id    IN: Datatype identifier of array object
hsize_t dims[]OUT: Sizes of array dimensions

Description:

H5T_GET_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.

Returns:

Returns the non-negative number of dimensions of the array type if successful; otherwise returns a negative value.

Example:

Coming Soon!

History:
Release    Change
1.8.0Function introduced in this release.

--- Last Modified: May 16, 2019 | 09:21 AM