[#BloombergLP-bslx-MarshallingUtil-putFloat64] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/MarshallingUtil.adoc[MarshallingUtil]::putFloat64 :relfileprefix: ../../../ :mrdocs: Load into the specified `buffer` the eight‐byte IEEE double‐precision floating‐point number (in network byte order) comprised of the most‐significant eight bytes of the specified `value` (in host byte order). The behavior is undefined unless `buffer` has sufficient capacity. Note that for non‐conforming platforms, this operation may be lossy. == Synopsis Declared in `<bslx_marshallingutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void putFloat64( char* buffer, double value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#