Return a 32-bit decimal representation of the specified 64-bit integer.
Declared in <bdldfp_decimalimputil_inteldfp.h>
static
DecimalImpUtil_IntelDfp::ValueType32
int64ToDecimal32(long long value);
32-bit decimal representation of value
| Name | Description |
|---|---|
| value | 64-bit integer value to convert |