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

A stand ranking method where the oldest stands are harvested first.
상속: StandRankingMethod
파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance

공개 메소드들

메소드 설명
MaxCohortAge ( )

보호된 메소드들

메소드 설명
ComputeRank ( Stand stand, int i ) : double

Computes the rank for a stand.

The stand's rank is its age.

메소드 상세

ComputeRank() 보호된 메소드

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

MaxCohortAge() 공개 메소드

public MaxCohortAge ( )