예제 #1
0
 public void UpdatePriceMean()
 {
     MarketPrice = (float)Math.Round(PriceHistory.Sum() / PriceHistory.Count);
 }