Datatype.createCompound
Datatype createCompound(size_t size)Creates a compound datatype.
Parameters
size | Total size of the compound type in bytes |
Returns
A new Datatype instance
Throws
HDF5Exception if datatype creation fails
Datatype createCompound(size_t size)Creates a compound datatype.
size | Total size of the compound type in bytes |