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