Return a Decimal32 converted from the specified binary.
Synopsis
Declared in <bdldfp_decimalconvertutil.h>
static
Decimal32
decimal32FromDouble(
double binary,
int digits = 0);
Return Value
decimal value restored from binary
Parameters
Name |
Description |
binary |
binary floating‐point value to convert |
digits |
optional significant digit count; see |
Created with MrDocs