[#BloombergLP-balber-BerUtil_FloatingPointImpUtil-putDecimal64Value] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balber.adoc[balber]::xref:BloombergLP/balber/BerUtil_FloatingPointImpUtil.adoc[BerUtil_FloatingPointImpUtil]::putDecimal64Value :relfileprefix: ../../../ :mrdocs: Write the length and contents octets of the encoding of the BER encoding of the specified `value` to the output sequence of the specified `streamBuf`. Return 0 if successful, and a non‐zero value otherwise. The operation succeeds if all bytes corresponding to the length and contents octets are written to the `streamBuf` without the write position becoming unavailable. See the package‐level documentation of {`balber`} for the definition of the format used to encode 64‐bit decimal values. == Synopsis Declared in `<balber_berutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int putDecimal64Value( std::streambuf* streamBuf, xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#