BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bdldfp_decimalconvertutil_inteldfp

Outline

Purpose

Provide decimal floating-point conversion functions for Intel DFP.

Classes

See also
bdldfp_decimal, 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