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

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere .NET API Reference » iAnywhere.QAnywhere.Client namespace (.NET 1.0) » QABinaryMessage interface

WriteChar method Next Page

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
Remarks

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

See also