[#BloombergLP-bdldfp-DecimalConvertUtil_IntelDfp-decimalFromDPD-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalConvertUtil_IntelDfp.adoc[DecimalConvertUtil_IntelDfp]::decimalFromDPD :relfileprefix: ../../../ :mrdocs: Store into `decimal` the native value of the DPD data at `buffer`. == Synopsis Declared in `<bdldfp_decimalconvertutil_inteldfp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void decimalFromDPD( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32]* decimal, unsigned char const* buffer); ---- == Description The behavior is undefined unless `buffer` points to a memory area at least `sizeof(*decimal)` in size containing a value in DPD format. == Parameters [cols="1,4"] |=== | Name| Description | *decimal* | destination decimal object | *buffer* | buffer containing DPD‐encoded value |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#