C# 클래스 Landis.Extension.BaseHarvest.EveryNthCohort

Selects every Nth cohort among a species' cohorts for harvesting.
The cohorts are traversed from youngest to oldest.
파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance

공개 메소드들

메소드 설명
EveryNthCohort ( int N ) : Landis.Library.AgeOnlyCohorts
SelectCohorts ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void

Selects which of a species' cohorts are harvested.

메소드 상세

EveryNthCohort() 공개 메소드

public EveryNthCohort ( int N ) : Landis.Library.AgeOnlyCohorts
N int
리턴 Landis.Library.AgeOnlyCohorts

SelectCohorts() 공개 메소드

Selects which of a species' cohorts are harvested.
public SelectCohorts ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void
cohorts ISpeciesCohorts
isHarvested ISpeciesCohortBoolArray
리턴 void