HDF_HDF2IDLTYPE
Syntax | Return Value | Arguments | Keywords | Examples | Version History | See Also
This function converts an HDF data type code into an IDL variable type code. See the IDL SIZE function and tables 3-2 through 3-4 in Scientific Data Formats for actual values.
Syntax
Result = HDF_HDF2IDLTYPE( hdftypecode )
Return Value
Returns the IDL variable type code (See SIZE). A return value of zero means the type could not be mapped.
Arguments
hdftypecode
An HDF data type code (long).
Keywords
None
Examples
Version History