H5Tget_precision
(
hid_t dtype_id
)
H5Tget_precision
returns the precision of an atomic
datatype. The precision is the number of significant bits which,
unless padding is present, is 8 times larger than the value returned
by H5Tget_size
.
hid_t dtype_id |
IN: Identifier of datatype to query. |
SUBROUTINE h5tget_precision_f(type_id, precision, hdferr) IMPLICIT NONE INTEGER(HID_T), INTENT(IN) :: type_id ! Datatype identifier INTEGER(SIZE_T), INTENT(OUT) :: precision ! Datatype precision INTEGER, INTENT(OUT) :: hdferr ! Error code END SUBROUTINE h5tget_precision_f