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