コード例 #1
0
 public override double getProduction()
 {
     //add code to compute production
     return(weathersimulation.Wind() * 10);
 }
コード例 #2
0
 public override double getProduction()
 {
     return(weathersimulation.Wind());
 }