C# Class MZ.GeneticSimulation.Statistic

The statistic.
Mostra file Open project: zzz77/GeneticSimulation

Public Properties

Property Type Description
Age int
SpeciesNumber int

Public Methods

Method Description
Statistic ( int age, World world ) : System.Diagnostics

Initializes a new instance of the Statistic class.

Method Details

Statistic() public method

Initializes a new instance of the Statistic class.
public Statistic ( int age, World world ) : System.Diagnostics
age int /// The age. ///
world MZ.GeneticSimulation.DataModel.World /// The world. ///
return System.Diagnostics

Property Details

Age public_oe property

The age of this copy of statistic.
public int Age
return int

SpeciesNumber public_oe property

The species number.
public int SpeciesNumber
return int