Class EcoSim.TickSample
Inheritance
System.Object
EcoSim.TickSample
Assembly: Eco.Simulation.dll
Syntax
public class TickSample : Object, ITickSample
Constructors
TickSample()
Declaration
Properties
TimePlantDecay
Declaration
public double TimePlantDecay { get; set; }
Property Value
Type |
Description |
System.Double |
|
TimePredators
Declaration
public double TimePredators { get; set; }
Property Value
Type |
Description |
System.Double |
|
TimeSimulations
Declaration
public double TimeSimulations { get; set; }
Property Value
Type |
Description |
System.Double |
|
TimeStatisticsCollection
Declaration
public double TimeStatisticsCollection { get; set; }
Property Value
Type |
Description |
System.Double |
|
TimeTotal
Declaration
public double TimeTotal { get; set; }
Property Value
Type |
Description |
System.Double |
|
Implements