コード例 #1
0
 /// <summary>
 /// Clears the accumulator
 /// </summary>
 public void Clear()
 {
     mva.Clear();
 }
コード例 #2
0
 /// <summary>
 /// Clears the accumulator
 /// </summary>
 public void Clear()
 {
     mva.Clear();
     minLowerBound = double.PositiveInfinity;
     maxUpperBound = double.NegativeInfinity;
 }