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 representative 8-byte long and higher order bytes are appended first.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |