decimalToFloat overloads

Synopses

Declared in <bdldfp_decimalconvertutil_inteldfp.h>

Same as the related overload above for decimalToFloat.

static
float
decimalToFloat(Decimal128 decimal);

Return a float closest to the value of the specified decimal.

static
float
decimalToFloat(Decimal32 decimal);

Same as the related overload above for decimalToFloat.

static
float
decimalToFloat(Decimal64 decimal);

Return Value

closest float representation of decimal

Parameters

Name

Description

decimal

value to convert

Created with MrDocs