[#BloombergLP-bdldfp-DecimalImpUtil_IntelDfp-binaryToDecimal128-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp.adoc[DecimalImpUtil_IntelDfp]::binaryToDecimal128 :relfileprefix: ../../../ :mrdocs: `binaryToDecimal128` overloads == Synopses Declared in `<bdldfp_decimalimputil_inteldfp.h>` Convert the specified binary floating‐point `value` to decimal128. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType128.adoc[DecimalImpUtil_IntelDfp::ValueType128] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/binaryToDecimal128-0d.adoc[binaryToDecimal128](double value); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/binaryToDecimal128-0d.adoc[_» more..._]# Create a `Decimal128` 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/ValueType128.adoc[DecimalImpUtil_IntelDfp::ValueType128] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/binaryToDecimal128-09.adoc[binaryToDecimal128](float value); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/binaryToDecimal128-09.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#