Click or drag to resize

AbstractBoundaryItemSoftstartAccumulatedWeighting Method

Weights the accumulatedValue with the hot-start value.

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

Parameters

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

Return Value

Type: Double

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

See Also