Ejemplo n.º 1
0
 /**
  * Add the delta values to the total values and clear the delta
  */
 public void MoveDelta()
 {
     total.AddSample(delta);
     delta.Clear();
 }