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 C++ API 参考 » QABinaryMessage 类

 

readFloat 函数

语法
qa_bool QABinaryMessage::readFloat(
  qa_float * value
)
参数
  • value   从字节消息流读取的浮点值的目标。

注释

从 QABinaryMessage 实例的消息主体的未读部分开始读取浮点值。

另请参见

writeFloat 函数

返回值

当且仅当操作成功时返回 true。