[#BloombergLP-bdldfp-DecimalImpUtil_IntelDfp-binaryToDecimal64-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp.adoc[DecimalImpUtil_IntelDfp]::binaryToDecimal64 :relfileprefix: ../../../ :mrdocs: `binaryToDecimal64` overloads == Synopses Declared in `<bdldfp_decimalimputil_inteldfp.h>` Convert a binary `double` to the closest 64‐bit decimal value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType64.adoc[DecimalImpUtil_IntelDfp::ValueType64] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/binaryToDecimal64-02.adoc[binaryToDecimal64](double value); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/binaryToDecimal64-02.adoc[_» more..._]# Convert a binary `float` to the closest 64‐bit decimal value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType64.adoc[DecimalImpUtil_IntelDfp::ValueType64] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/binaryToDecimal64-04.adoc[binaryToDecimal64](float value); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/binaryToDecimal64-04.adoc[_» more..._]# == Return Value closest 64‐bit decimal representation of `value` == Parameters [cols="1,4"] |=== | Name| Description | *value* | binary floating‐point value to convert |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#