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