[#BloombergLP-bdldfp-DecimalImpUtil_IntelDfp-binaryToDecimal32-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp.adoc[DecimalImpUtil_IntelDfp]::binaryToDecimal32 :relfileprefix: ../../../ :mrdocs: `binaryToDecimal32` overloads == Synopses Declared in `<bdldfp_decimalimputil_inteldfp.h>` Return the 32‐bit decimal value closest to the specified `value`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType32.adoc[DecimalImpUtil_IntelDfp::ValueType32] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/binaryToDecimal32-0c.adoc[binaryToDecimal32](double value); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/binaryToDecimal32-0c.adoc[_» more..._]# Create a `Decimal32` 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/ValueType32.adoc[DecimalImpUtil_IntelDfp::ValueType32] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/binaryToDecimal32-00.adoc[binaryToDecimal32](float value); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/binaryToDecimal32-00.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#