C# Class Landis.Extension.BaseHarvest.MaxCohortAge

A stand ranking method where the oldest stands are harvested first.
Inheritance: StandRankingMethod
Afficher le fichier Open project: LANDIS-II-Foundation/Extensions-Disturbance

Méthodes publiques

Méthode Description
MaxCohortAge ( )

Méthodes protégées

Méthode Description
ComputeRank ( Stand stand, int i ) : double

Computes the rank for a stand.

The stand's rank is its age.

Method Details

ComputeRank() protected méthode

Computes the rank for a stand.
The stand's rank is its age.
protected ComputeRank ( Stand stand, int i ) : double
stand Stand
i int
Résultat double

MaxCohortAge() public méthode

public MaxCohortAge ( )