[#BloombergLP-bdldfp-DecimalImpUtil-int64ToDecimal64] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil.adoc[DecimalImpUtil]::int64ToDecimal64 :relfileprefix: ../../../ :mrdocs: Return a `Decimal64` representation of `value`. == Synopsis Declared in `<bdldfp_decimalimputil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType64.adoc[DecimalImpUtil::ValueType64] int64ToDecimal64(long long value); ---- == Return Value a `Decimal64` representation of `value` == Parameters [cols="1,4"] |=== | Name| Description | *value* | integer value to convert |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#