C# Class MZ.GeneticSimulation.Statistic

The statistic.
Afficher le fichier Open project: zzz77/GeneticSimulation

Méthodes publiques

Свойство Type Description
Age int
SpeciesNumber int

Méthodes publiques

Méthode Description
Statistic ( int age, World world ) : System.Diagnostics

Initializes a new instance of the Statistic class.

Method Details

Statistic() public méthode

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. ///
Résultat System.Diagnostics

Property Details

Age public_oe property

The age of this copy of statistic.
public int Age
Résultat int

SpeciesNumber public_oe property

The species number.
public int SpeciesNumber
Résultat int