Namespace:
HDF5DotNet
Assembly:
HDF5DotNet (in HDF5DotNet.dll)
Syntax
JavaScript |
---|
HDF5DotNet.H5T.create_array = function(baseTypeId, dims); |
Parameters
- baseTypeId
- Type: HDF5DotNet..::..H5DataTypeId
The datatype of every element of the array.
- dims
- Type: array<Int64>[]()[][]
dims is an array specifying the size of each dimension of the array type.
Return Value
a vaild H5DataTypeId for the created array data type
See Also