C# 클래스 MZ.GeneticSimulation.Statistic

The statistic.
파일 보기 프로젝트 열기: zzz77/GeneticSimulation

공개 프로퍼티들

프로퍼티 타입 설명
Age int
SpeciesNumber int

공개 메소드들

메소드 설명
Statistic ( int age, World world ) : System.Diagnostics

Initializes a new instance of the Statistic class.

메소드 상세

Statistic() 공개 메소드

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. ///
리턴 System.Diagnostics

프로퍼티 상세

Age 공개적으로 프로퍼티

The age of this copy of statistic.
public int Age
리턴 int

SpeciesNumber 공개적으로 프로퍼티

The species number.
public int SpeciesNumber
리턴 int