BDE 4.14.0 Production release
|
Provide decimal floating-point conversion functions for Intel DFP.
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).
This section shows the intended use of this component.