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

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere C++ API reference » QABinaryMessage class

 

readFloat function

Syntax
qa_bool QABinaryMessage::readFloat(
  qa_float * value
)
Parameters
  • value   The destination of the float value read from the bytes message stream.

Remarks

Reads a float value starting from the unread portion of the QABinaryMessage instance's message body.

See Also

writeFloat function

Returns

True if and only if the operation succeeded.