WriteDouble method

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

Syntax
Visual Basic
Public Sub WriteDouble( _
   ByVal val As Double _
)
C#
public void WriteDouble(
   double val
);
Parameters
  • val   The double value to write to the message body.

Remarks

The double is converted to a representative 8-byte long and higher order bytes are appended first.

See also