[#BloombergLP-bdldfp-DecimalConvertUtil-decimal64FromDPD-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalConvertUtil.adoc[DecimalConvertUtil]::decimal64FromDPD :relfileprefix: ../../../ :mrdocs: Return the `Decimal64` decoded from DPD data at `buffer`. == Synopsis Declared in `<bdldfp_decimalconvertutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] decimal64FromDPD(unsigned char const* buffer); ---- == Return Value native `Decimal64` representation of the DPD value == Parameters [cols="1,4"] |=== | Name| Description | *buffer* | buffer containing a DPD‐encoded value |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#