Return a 128-bit decimal representation of the specified unsigned integer.
Declared in <bdldfp_decimalimputil_inteldfp.h>
static
DecimalImpUtil_IntelDfp::ValueType128
uint32ToDecimal128(unsigned int value);
128-bit decimal representation of value
| Name | Description |
|---|---|
| value | unsigned integer value to convert |