The H5T_IDLTYPE function returns the IDL type code corresponding to a datatype.
| Note |
Result = H5T_IDLTYPE(Datatype_id [, ARRAY_DIMENSIONS=variable][, STRUCTURE=variable] )
The Result is an integer giving the IDL type code.
| Note |
An integer giving the datatype identifier for which to return the IDL type code.
Set this keyword to a named variable in which to return a vector containing the array dimensions, if the datatype is an array. If the datatype is not an array, then a scalar value of 0 is returned.
Set this keyword to a named variable in which to return the IDL structure definition, if the datatype is a compound datatype. If the datatype is not compound, then a scalar value of 0 is returned.
Introduced 5.6