コード例 #1
0
ファイル: Message.java プロジェクト: TheKrush/hafen-client
 public Message addfloat64(double num) {
   int off = wget(8);
   Utils.float64e(num, wbuf, off);
   return (this);
 }