Previous Scientific Data Formats: Hierarchical Data Format - HDF5 Next

H5T_GET_NORM

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

The H5T_GET_NORM function returns the mantissa normalization of a floating-point datatype.

Syntax

Result = H5T_GET_NORM(Datatype_id)

Return Value

Returns a string containing the mantissa normalization. Possible values are:

Arguments

Datatype_id

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

Keywords

None

Version History

5.6
Introduced

See Also

H5T_GET_FIELDS

  IDL Online Help (March 06, 2007)