Return the closest double to the specified decimal.
Synopsis
Declared in <bdldfp_decimalconvertutil_inteldfp.h>
static
double
decimal64ToDouble(Decimal64 decimal);
Return Value
closest double representation of decimal
Parameters
Name |
Description |
decimal |
value to convert |
Created with MrDocs