C# 클래스 Landis.Harvest.AgeRange

A range of cohort ages.
파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance 1 사용 예제들

공개 메소드들

메소드 설명
AgeRange ( ushort start, ushort end ) : Landis.AgeCohort
Contains ( ushort age ) : bool

Does the range contain a particular age?

Overlaps ( AgeRange other ) : bool

Does the range overlap another range?

메소드 상세

AgeRange() 공개 메소드

public AgeRange ( ushort start, ushort end ) : Landis.AgeCohort
start ushort
end ushort
리턴 Landis.AgeCohort

Contains() 공개 메소드

Does the range contain a particular age?
public Contains ( ushort age ) : bool
age ushort
리턴 bool

Overlaps() 공개 메소드

Does the range overlap another range?
public Overlaps ( AgeRange other ) : bool
other AgeRange
리턴 bool