Return the closest double to the specified decimal.

Synopsis

Declared in <bdldfp_decimalconvertutil_inteldfp.h>

static
double
decimal128ToDouble(Decimal128 decimal);

Return Value

closest double representation of decimal

Parameters

Name

Description

decimal

value to convert

Created with MrDocs