Namespace:
HDF5DotNet
Assembly:
HDF5DotNet (in HDF5DotNet.dll)
Syntax
JavaScript |
---|
HDF5DotNet.H5T.create = function(createClass, size); |
Parameters
- createClass
- Type: HDF5DotNet..::..H5T..::..CreateClass
Available create classes include COMPOUND, OPAQUE, ENUM, and STRING.
- size
- Type: Int32
Number of bytes in the created data type. To create a variable-length string type
specify a negative size.
Return Value
a vaild H5DataTypeId for the created data type
Remarks
Exceptions
See Also