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

Various methods for selecting which of a species' cohorts to harvest.
Показать файл Открыть проект

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

Метод Описание
All ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void

Selects all of a species' cohorts for harvesting.

AllExceptOldest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void

Selects all of a species' cohorts for harvesting except the oldest.

AllExceptYoungest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void

Selects all of a species' cohorts for harvesting except the youngest.

Oldest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void

Selects the oldest of a species' cohorts for harvesting.

Youngest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void

Selects the youngest of a species' cohorts for harvesting.

Описание методов

All() публичный статический Метод

Selects all of a species' cohorts for harvesting.
public static All ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void
cohorts ISpeciesCohorts
isHarvested ISpeciesCohortBoolArray
Результат void

AllExceptOldest() публичный статический Метод

Selects all of a species' cohorts for harvesting except the oldest.
public static AllExceptOldest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void
cohorts ISpeciesCohorts
isHarvested ISpeciesCohortBoolArray
Результат void

AllExceptYoungest() публичный статический Метод

Selects all of a species' cohorts for harvesting except the youngest.
public static AllExceptYoungest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void
cohorts ISpeciesCohorts
isHarvested ISpeciesCohortBoolArray
Результат void

Oldest() публичный статический Метод

Selects the oldest of a species' cohorts for harvesting.
public static Oldest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void
cohorts ISpeciesCohorts
isHarvested ISpeciesCohortBoolArray
Результат void

Youngest() публичный статический Метод

Selects the youngest of a species' cohorts for harvesting.
public static Youngest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void
cohorts ISpeciesCohorts
isHarvested ISpeciesCohortBoolArray
Результат void