AbstractBoundaryItemSoftstartAccumulatedWeighting Method

Weights the accumulatedValue with the hot-start value.

Definition

Namespace: DHI.Mike1D.BoundaryModule
Assembly: DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
protected double SoftstartAccumulatedWeighting(
	double accumulatedValue,
	DateTime start,
	DateTime end
)

Parameters

accumulatedValue  Double
Accumulated value (without hotstart), usually from GetAccumulatedValue(DateTime, DateTime) in the specified period
start  DateTime
Start of accumulation period
end  DateTime
End of accumulation period

Return Value

Double

[Missing <returns> documentation for "M:DHI.Mike1D.BoundaryModule.AbstractBoundaryItem.SoftstartAccumulatedWeighting(System.Double,System.DateTime,System.DateTime)"]

See Also