writeDouble function

Syntax
void QABinaryMessage::writeDouble(
  qa_double value
)
Parameters
  • value   The double value to write to the message body.

Remarks

Appends a double value to the QABinaryMessage instance's message body.

The double parameter is converted to a representative eight-byte long value. Higher order bytes are appended first.

See Also

readDouble function