[#BloombergLP-bslx-MarshallingUtil-putArrayFloat64] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/MarshallingUtil.adoc[MarshallingUtil]::putArrayFloat64 :relfileprefix: ../../../ :mrdocs: Load into the specified `buffer` the consecutive eight‐byte IEEE double‐precision floating‐point numbers (in network byte order) comprised of the most‐significant eight bytes of each of the specified `numValues` leading entries in the specified `values` (in host byte order). The behavior is undefined unless `buffer` has sufficient capacity, `values` has sufficient contents, and `0 <= numValues`. 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 putArrayFloat64( char* buffer, double const* values, int numValues); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#