CatchmentWallingfordGetRainRateAverage(TimeSpan, DateTime) Method

Gets rain rate average from start time 'end-period' to end time 'end'.

When 'end-period' is before the simulation start time, then the average is evaluated from simulation start to 'end'.

Definition

Namespace: DHI.Mike1D.RainfallRunoffModule
Assembly: DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public double GetRainRateAverage(
	TimeSpan period,
	DateTime end
)

Parameters

period  TimeSpan

[Missing <param name="period"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.CatchmentWallingford.GetRainRateAverage(System.TimeSpan,System.DateTime)"]

end  DateTime

[Missing <param name="end"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.CatchmentWallingford.GetRainRateAverage(System.TimeSpan,System.DateTime)"]

Return Value

Double

[Missing <returns> documentation for "M:DHI.Mike1D.RainfallRunoffModule.CatchmentWallingford.GetRainRateAverage(System.TimeSpan,System.DateTime)"]

See Also