|
Scientific Data Formats: Hierarchical Data Format - HDF5 |
|
The H5T_GET_PRECISION function returns the precision in bits of an atomic datatype. The precision is the number of significant bits which, unless padded, is 8 times larger than the byte size from H5T_GET_CSET.
Result = H5T_GET_PRECISION(Datatype_id)
Returns the bit precision, or 0 if the datatype is not atomic.
An integer representing the datatype's identifier to be queried.
None
H5T_GET_INPAD, H5T_GET_ORDER, H5T_GET_PAD, H5T_GET_SIZE
IDL Online Help (March 06, 2007)