[#BloombergLP-bdldfp-DecimalImpUtil-convertFromBID-0b4] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil.adoc[DecimalImpUtil]::convertFromBID :relfileprefix: ../../../ :mrdocs: Convert Binary Integral Decimal `bid` to the implementation type. == Synopses Declared in `<bdldfp_decimalimputil.h>` Convert Binary Integral Decimal `bid` to the implementation type. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType128.adoc[DecimalImpUtil::ValueType128] xref:BloombergLP/bdldfp/DecimalImpUtil/convertFromBID-04.adoc[convertFromBID](xref:BloombergLP/bdldfp/DecimalStorage/Type128.adoc[DecimalStorage::Type128] bid); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil/convertFromBID-04.adoc[_» more..._]# Convert Binary Integral Decimal `bid` to the implementation type. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType32.adoc[DecimalImpUtil::ValueType32] xref:BloombergLP/bdldfp/DecimalImpUtil/convertFromBID-0b1.adoc[convertFromBID](xref:BloombergLP/bdldfp/DecimalStorage/Type32.adoc[DecimalStorage::Type32] bid); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil/convertFromBID-0b1.adoc[_» more..._]# Convert Binary Integral Decimal `bid` to the implementation type. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType64.adoc[DecimalImpUtil::ValueType64] xref:BloombergLP/bdldfp/DecimalImpUtil/convertFromBID-0c.adoc[convertFromBID](xref:BloombergLP/bdldfp/DecimalStorage/Type64.adoc[DecimalStorage::Type64] bid); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil/convertFromBID-0c.adoc[_» more..._]# == Return Value the corresponding implementation decimal value == Parameters [cols="1,4"] |=== | Name| Description | *bid* | value in Binary Integral Decimal format |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#