コード例 #1
0
 protected static float winrate(int value) {
   return (float) ByteUtils.decodeFirst(value) / ByteUtils.decodeSecond(value);
 }