Exemplo n.º 1
0
 /// <summary>
 /// Clears the accumulator
 /// </summary>
 public void Clear()
 {
     mva.Clear();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Clears the accumulator
 /// </summary>
 public void Clear()
 {
     mva.Clear();
     minLowerBound = double.PositiveInfinity;
     maxUpperBound = double.NegativeInfinity;
 }