Exemple #1
0
 public double GetValue(double distributionFactor)
 {
     return(prop.Cost() * possiblePositions.Count * distributionFactor);
 }