|
Scientific Data Formats: Hierarchical Data Format - HDF5 |
|
The H5T_COMMITTED function determines whether a datatype is a named datatype or a transient type.
Result = H5T_COMMITTED(Datatype_id)
Returns 1 if the datatype is named and 0 if the datatype is transient.
An integer representing the datatyped identifier to be queried.
None
IDL Online Help (March 06, 2007)