HDF5LibraryInfo
HDF5LibraryInfo (options)
The HDF5LibraryInfo function returns information about the HDF5 library used by the currently-running version of Igor. This is of interest to advanced programmers only.
Parameters
If options is 0, HDF5LibraryInfo returns the version of the HDF5 library used by Igor. The version is returned as a single number, interpreted as:
MMmmrr
where MM is the major version, mm is the minor version, and rr is the release (bugfix) version. For example, version 1.10.1 is returned as 011001. To see the result in this format, execute:
Printf "%06d\r", HDF5LibraryInfo(0)
All other values for options are reserved for future use.
If you pass an invalid value for options, HDF5LibraryInfo returns NaN.