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

SQL Anywhere 11.0.1 (中文) » QAnywhere » QAnywhere 参考 » QAnywhere .NET API 参考 » 用于客户端的 QAnywhere .NET (.NET 2.0) » QABinaryMessage 接口

 

WriteDouble 方法

将双精度值附加到 QABinaryMessage 实例的消息主体中。

语法
Visual Basic
Public Sub WriteDouble( _
   ByVal val As Double _
)
C#
public void WriteDouble(
   double val
);
参数
  • val   要写入消息主体的双精度值。

注释

双精度值可转换为 8 字节长整型的表示形式,首先附加高位字节。

另请参见