Beispiel #1
0
 private double GetNitrogenPower(model.Colony colonyInfo)
 {
     return(System.Math.Round(colonyInfo.getNFixPower(), 5));
 }
Beispiel #2
0
 public override double getRequiredN(Colony colony, int time)
 {
     return(colony.getNFixPower() * colony.getMass() * time);
 }