|
Scientific Data Formats: Hierarchical Data Format - HDF5 |
|
The H5_GET_LIBVERSION function returns the current version of the HDF5 library used by IDL.
Result = H5_GET_LIBVERSION( )
Returns a string in the form of `maj.min.rel', where maj is the major number, min is the minor number, and rel is the release number. An example would be `1.4.3', representing HDF5 version 1.4.3.
None
None
IDL Online Help (March 06, 2007)