Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]

H5T_GET_PRECISION


Syntax | Return Value | Arguments | Keywords | Version History | See Also

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.

Syntax

Result = H5T_GET_PRECISION(Datatype_id)

Return Value

Returns an integer representing the bit precision.

Arguments

Datatype_id

An integer representing the datatype's identifier to be queried.

Keywords

None.

Version History

Introduced 5.6

See Also

H5T_GET_INPAD, H5T_GET_ORDER, H5T_GET_PAD, H5T_GET_SIZE


Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]