changes.mady.by.user Mike McGreevy
Saved on Dec 04, 2017
changes.mady.by.user Barbara Jones
Saved on May 16, 2019
Retrieves sizes of array dimensions
H5T_GET_ARRAY_DIMS2 (adtype_id, dims)
<pre><code class="language-c">int H5Tget_array_dims2( hid_t adtype_id, hsize_t dims[] )</code></pre>
adtype_id
dims[]
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.
dims
Returns the non-negative number of dimensions of the array type if successful; otherwise returns a negative value.
Coming Soon!