BloombergLP::bdldfp::DecimalConvertUtil::decimal32ToDouble

Return the double closest to the specified decimal.

Synopsis

Declared in <bdldfp_decimalconvertutil.h>

static
double
decimal32ToDouble(Decimal32 decimal);

Return Value

closest double representation of decimal

Parameters

NameDescription
decimalvalue to convert