コード例 #1
0
 public void Flush()
 {
     Count = InAList.Count();
 }
コード例 #2
0
ファイル: Factors.cs プロジェクト: Amichai/Physics-Engine
 public void Flush()
 {
     AsExponents.Add(new Value((double)lastFactor, (double)consecutiveFactorCounter + 1, NumberType.exponent, Restrictions.dontFactorDontSetFraction));
     Count = InAList.Count();
 }
コード例 #3
0
 public void Flush()
 {
     AsExponents.Add(new Value((double)lastFactor, (double)consecutiveFactorCounter + 1, NumberType.exponent));
     Count = InAList.Count();
 }