Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere .NET API reference » QAnywhere .NET API for clients (.NET 2.0) » QABinaryMessage interface

 

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