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