C# Class Landis.Extension.BaseHarvest.EveryNthCohort

Selects every Nth cohort among a species' cohorts for harvesting.
The cohorts are traversed from youngest to oldest.
Afficher le fichier Open project: LANDIS-II-Foundation/Extensions-Disturbance

Méthodes publiques

Méthode Description
EveryNthCohort ( int N ) : Landis.Library.AgeOnlyCohorts
SelectCohorts ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void

Selects which of a species' cohorts are harvested.

Method Details

EveryNthCohort() public méthode

public EveryNthCohort ( int N ) : Landis.Library.AgeOnlyCohorts
N int
Résultat Landis.Library.AgeOnlyCohorts

SelectCohorts() public méthode

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