Return a 64‐bit decimal representation of the specified unsigned integer.

Synopsis

Declared in <bdldfp_decimalimputil_inteldfp.h>

static
DecimalImpUtil_IntelDfp::ValueType64
uint32ToDecimal64(unsigned int value);

Return Value

64‐bit decimal representation of value

Parameters

Name

Description

value

unsigned integer value to convert

Created with MrDocs