Return a 32‐bit decimal representation of the specified integer.
Synopsis
Declared in <bdldfp_decimalimputil_inteldfp.h>
static
DecimalImpUtil_IntelDfp::ValueType32
int32ToDecimal32(int value);
Return Value
32‐bit decimal representation of value
Parameters
Name |
Description |
value |
integer value to convert |
Created with MrDocs