[#BloombergLP-bdldfp-DecimalConvertUtil-decimal64FromMultiWidthEncoding] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalConvertUtil.adoc[DecimalConvertUtil]::decimal64FromMultiWidthEncoding :relfileprefix: ../../../ :mrdocs: Decode a decimal value in the _multi‐width encoding_ format from the specified `buffer` having the specified `size`. Return the decoded value. The behavior is undefined unless `buffer` has at least `size` bytes, and `size` is a valid encoding size in the `multi‐width encoding` format. == Synopsis Declared in `<bdldfp_decimalconvertutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] decimal64FromMultiWidthEncoding( unsigned char const* buffer, xref:BloombergLP/bsls/Types/size_type.adoc[bsls::Types::size_type] size); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#