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 クラス

 

writeFloat 関数

構文
void QABinaryMessage::writeFloat(
  qa_float value
)
パラメータ
  • value   メッセージ本文に書き込む float 値。

備考

QABinaryMessage インスタンスのメッセージ本文に float 値を追加します。

float パラメータは 4 バイトの int に変換され、上位のバイトから追加されます。

参照

readFloat 関数