Esempio n. 1
0
 private double GetPhotoPower(model.Colony colonyInfo)
 {
     return(System.Math.Round(colonyInfo.getPhotosynthesisPower(), 5));
 }
Esempio n. 2
0
 public override double getRequiredCO(Colony colony, int time)
 {
     return(colony.getPhotosynthesisPower() * colony.getMass() * time);
 }