Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
QABinaryMessage インスタンスのメッセージ本文に float 値を追加します。
void QABinaryMessage.writeFloat(float val) throws QAException
val メッセージ本文に書き込む float 値。
QAException クラス メッセージ本文への float 値の追加で問題が発生した場合にスローされます。
float 値は 4 バイトの int に変換され、上位のバイトから追加されます。