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

A ranking requirement which requires a stand be no more than a certain maximum age to be eligible for ranking.
상속: StandRankingMethod
파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance

공개 메소드들

메소드 설명
RandomRank ( ) : System.Collections.Generic

보호된 메소드들

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

Computes the rank for a stand.

The stand's rank is a random number.

InitializeForRanking ( List stands, int standCount ) : void

메소드 상세

ComputeRank() 보호된 메소드

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

InitializeForRanking() 보호된 메소드

protected InitializeForRanking ( List stands, int standCount ) : void
stands List
standCount int
리턴 void

RandomRank() 공개 메소드

public RandomRank ( ) : System.Collections.Generic
리턴 System.Collections.Generic