コード例 #1
0
 private double getWeightMatchPosition() {
   return buffer.getFloat(WEIGHT_MATCH_POSITION.getOffset());
 }
コード例 #2
0
 private void setWeightMatchPosition(double weight) {
   buffer.putFloat(WEIGHT_MATCH_POSITION.getOffset(), (float) weight);
   dirty = true;
 }