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

The interval for a repeat-harvest that has been rounded up to the next multiple of the harvest timestep.
파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance

공개 프로퍼티들

프로퍼티 타입 설명
Adjusted int
LineNumber int
Original int

공개 메소드들

메소드 설명
RoundedInterval ( int originalInterval, int adjustedInterval, int lineNumber )

메소드 상세

RoundedInterval() 공개 메소드

public RoundedInterval ( int originalInterval, int adjustedInterval, int lineNumber )
originalInterval int
adjustedInterval int
lineNumber int

프로퍼티 상세

Adjusted 공개적으로 프로퍼티

The interval after it was rounded up.
public int Adjusted
리턴 int

LineNumber 공개적으로 프로퍼티

The line number in the text input where the interval was read.
public int LineNumber
리턴 int

Original 공개적으로 프로퍼티

The interval before it was rounded up.
public int Original
리턴 int