Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]

H5T_MEMTYPE


Syntax | Return Value | Arguments | Keywords | Version History | See Also

The H5T_MEMTYPE function returns the native memory datatype corresponding to a file datatype.

Note
This function is not part of the standard HDF5 interface, but is provided as a programming convenience.

Syntax

Result = H5T_MEMTYPE(Datatype_id)

Return Value

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
For a list of IDL type codes and their definitions, see IDL Type Codes and Names under the SIZE function.

Arguments

Datatype_id

An integer giving the file datatype identifier for which to return the memory datatype.

Keywords

None.

Version History

Introduced 5.6

See Also

H5T_IDLTYPE


Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]