C# Класс Landis.Extension.BaseHarvest.MaxCohortAge

A stand ranking method where the oldest stands are harvested first.
Наследование: StandRankingMethod
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )