[#BloombergLP-bdldfp-DecimalImpUtil_IntelDfp-convertDPDtoBID-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp.adoc[DecimalImpUtil_IntelDfp]::convertDPDtoBID :relfileprefix: ../../../ :mrdocs: `convertDPDtoBID` overloads == Synopses Declared in `<bdldfp_decimalimputil_inteldfp.h>` Convert the specified DPD‐encoded `dpd` value to BID encoding. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType128.adoc[DecimalImpUtil_IntelDfp::ValueType128] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/convertDPDtoBID-07.adoc[convertDPDtoBID](xref:BloombergLP/bdldfp/DecimalStorage/Type128.adoc[DecimalStorage::Type128] dpd); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/convertDPDtoBID-07.adoc[_» more..._]# Return a `ValueTypeXX` representing the specified `dpd`, which is currently in Densely Packed Decimal (DPD) format. This format is compatible with the IBM compiler's native type. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType32.adoc[DecimalImpUtil_IntelDfp::ValueType32] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/convertDPDtoBID-02.adoc[convertDPDtoBID](xref:BloombergLP/bdldfp/DecimalStorage/Type32.adoc[DecimalStorage::Type32] dpd); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/convertDPDtoBID-02.adoc[_» more..._]# Convert the specified DPD‐encoded `dpd` value to BID encoding. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/ValueType64.adoc[DecimalImpUtil_IntelDfp::ValueType64] xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/convertDPDtoBID-01.adoc[convertDPDtoBID](xref:BloombergLP/bdldfp/DecimalStorage/Type64.adoc[DecimalStorage::Type64] dpd); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil_IntelDfp/convertDPDtoBID-01.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#