Appends a double value to the QABinaryMessage instance's message body.
Visual Basic
Public Sub WriteDouble( _
ByVal val As Double _
)
C#
public void WriteDouble(
double val
);
val The double value to write to the message body.
The double is converted to a representive 8-byte long and higher order bytes are appended first.