Beispiel #1
0
 public Message addfloat64(double num) {
   int off = wget(8);
   Utils.float64e(num, wbuf, off);
   return (this);
 }