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 Java API 参考 » 用于客户端的 QAnywhere Java API » QABinaryMessage 接口

 

writeFloat 方法

语法
void QABinaryMessage.writeFloat(
  float val
)
throws QAException
参数
  • val   要写入消息主体的浮点值。

抛出条件
  • 如果将浮点值附加到消息主体时存在问题,则抛出。

注释

将浮点值附加到 QABinaryMessage 实例的消息主体中。

浮点值可转换为 4 字节整型表示形式,首先附加高位字节。

另请参见

readFloat 方法