Return a Decimal32 representation of value.

Synopsis

Declared in <bdldfp_decimalimputil.h>

static
DecimalImpUtil::ValueType32
uint32ToDecimal32(unsigned int value);

Return Value

a Decimal32 representation of value

Parameters

Name

Description

value

integer value to convert

Created with MrDocs