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