[#BloombergLP-bdldfp-DecimalImpUtil_IntelDfp-convertToDecimal64-09e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp.adoc[DecimalImpUtil_IntelDfp]::convertToDecimal64 :relfileprefix: ../../../ :mrdocs: `convertToDecimal64` overloads == Synopses Declared in `<bdldfp_decimalimputil_inteldfp.h>` Convert a 128‐bit decimal value to 64‐bit decimal. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType64.adoc[DecimalImpUtil_IntelDfp::ValueType64] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/convertToDecimal64-0d.adoc[convertToDecimal64](xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType128.adoc[ValueType128] const& input); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/convertToDecimal64-0d.adoc[_» more..._]# Convert a 32‐bit decimal value to 64‐bit decimal. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType64.adoc[DecimalImpUtil_IntelDfp::ValueType64] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/convertToDecimal64-097.adoc[convertToDecimal64](xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType32.adoc[ValueType32] const& input); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/convertToDecimal64-097.adoc[_» more..._]# == Return Value * closest 64‐bit decimal representation of `input` * 64‐bit decimal representation of `input` == Parameters [cols="1,4"] |=== | Name| Description | *input* | 128‐bit decimal value to convert |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#