Beispiel #1
0
 public void Flush()
 {
     Count = InAList.Count();
 }
Beispiel #2
0
 public void Flush()
 {
     AsExponents.Add(new Value((double)lastFactor, (double)consecutiveFactorCounter + 1, NumberType.exponent, Restrictions.dontFactorDontSetFraction));
     Count = InAList.Count();
 }
Beispiel #3
0
 public void Flush()
 {
     AsExponents.Add(new Value((double)lastFactor, (double)consecutiveFactorCounter + 1, NumberType.exponent));
     Count = InAList.Count();
 }