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