Return a Decimal128 representation of value.

Synopsis

Declared in <bdldfp_decimalimputil.h>

static
DecimalImpUtil::ValueType128
int64ToDecimal128(long long value);

Return Value

a Decimal128 representation of value

Parameters

Name

Description

value

integer value to convert

Created with MrDocs