Return a Decimal64 representation of value.

Synopsis

Declared in <bdldfp_decimalimputil.h>

static
DecimalImpUtil::ValueType64
int32ToDecimal64(int value);

Return Value

a Decimal64 representation of value

Parameters

Name

Description

value

integer value to convert

Created with MrDocs