BloombergLP::bslx::MarshallingUtil::getArrayFloat64

Load into the specified variables the consecutive eight-byte IEEE double-precision floating-point numbers (in host byte order) comprised of each of the specified numVariables leading eight-byte sequences in the specified buffer (in network byte order). The behavior is undefined unless variables has sufficient capacity, buffer has sufficient contents, and 0 <= numVariables.

Synopsis

Declared in <bslx_marshallingutil.h>

static
void
getArrayFloat64(
    double* variables,
    char const* buffer,
    int numVariables);