[#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 the specified binary floating‐point `value` to decimal64. [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..._]# Create a `Decimal64` object having the value closest to the specified `value` following the conversion rules as defined by IEEE‐754: [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..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#