The H5T_MEMTYPE function returns the native memory datatype corresponding to a file datatype.
| Note |
Result = H5T_MEMTYPE(Datatype_id)
The Result is an integer giving the datatype identifier. If the file datatype is not immutable, then the memory datatype identifier should be closed using H5T_CLOSE.
| Note |
An integer giving the file datatype identifier for which to return the memory datatype.
None.
Introduced 5.6