[#BloombergLP-bdldfp-DecimalConvertUtil-decimal128FromDPD-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalConvertUtil.adoc[DecimalConvertUtil]::decimal128FromDPD :relfileprefix: ../../../ :mrdocs: `decimal128FromDPD` overloads == Synopses Declared in `<bdldfp_decimalconvertutil.h>` Return the native implementation representation of the value of the same size base‐10 floating‐point value stored in Densely Packed Decimal format at the specified `buffer` address. The behavior is undefined unless `buffer` points to a memory area at least `sizeof(decimal)` in size containing a value in DPD format. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] xref:BloombergLP/bdldfp/DecimalConvertUtil/decimal128FromDPD-0a.adoc[decimal128FromDPD](unsigned char const* buffer); ---- [.small]#xref:BloombergLP/bdldfp/DecimalConvertUtil/decimal128FromDPD-0a.adoc[_» more..._]# Same as the overload taking `Decimal32`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bdldfp/DecimalConvertUtil/decimal128FromDPD-09.adoc[decimal128FromDPD]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128]* decimal, unsigned char const* buffer); ---- [.small]#xref:BloombergLP/bdldfp/DecimalConvertUtil/decimal128FromDPD-09.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#