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

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere Java API Reference » ianywhere.qanywhere.client package » Interface QABinaryMessage

readDouble method Next Page

readFloat method


Synopsis

float ianywhere.qanywhere.client.QABinaryMessage.readFloat()
throws QAException

Throws
Remarks

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

See Also

writeFloat method

Returns

The float value read from the message body.