Creating an Array Data Type
Function Syntax
Create an array data type object.
hid_t H5Tarray_create2( hid_t base, unsigned ndims, const hsize_t dim[] )
Parameters
Parameter |
Description |
Value Range |
Input/Output |
|---|---|---|---|
base |
Data type identifier for the array base data type |
Integer |
Input |
ndims |
Number of array dimensions |
Unsigned integer |
Input |
dim[] |
Extents of each array dimension |
Non-empty |
Input |
Return Value
- Success: data type identifier
- Failure: negative value
Parent topic: Data Type APIs