C# Class Landis.Extension.BaseHarvest.RoundedInterval

The interval for a repeat-harvest that has been rounded up to the next multiple of the harvest timestep.
Show file Open project: LANDIS-II-Foundation/Extensions-Disturbance

Public Properties

Property Type Description
Adjusted int
LineNumber int
Original int

Public Methods

Method Description
RoundedInterval ( int originalInterval, int adjustedInterval, int lineNumber )

Method Details

RoundedInterval() public method

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

Property Details

Adjusted public property

The interval after it was rounded up.
public int Adjusted
return int

LineNumber public property

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

Original public property

The interval before it was rounded up.
public int Original
return int