Quick Links:

bal | bbl | bdl | bsl

Component bdldfp_decimalconvertutil_inteldfp
[Package bdldfp]

Provide decimal floating-point conversion functions for Intel DFP. More...

Outline
Purpose:
Provide decimal floating-point conversion functions for Intel DFP.
Classes:
bdldfp::DecimalConvertUtil_IntelDfp Intel DFP conversion functions
See also:
Component bdldfp_decimal, Component bdldfp_decimalplatform
Description:
This component provides conversion operations between the decimal types supplied in this package (Decimal32, Decimal64, Decimal128) and various alternative representations. Some of the alternative representations that this component provides conversions for are IEEE-754 binary floating point (i.e., float and double) and a network format (big-endian, Densely Packed Decimal encoding).
Usage:
This section shows the intended use of this component.
Example 1: TBD: