Click or drag to resize

BoundaryItemHDADMultiplyGetAccumulatedValue Method

Get boundary value accumulated over the specified period.

It is the callers responsibility to check if the item is applicable at the given datetime before calling GetAccumulatedValue.

If the item is only applicable over a part of the interval, it must return the accumulated value for that part of the interval.

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

Parameters

start
Type: SystemDateTime

[Missing <param name="start"/> documentation for "M:DHI.Mike1D.BoundaryModule.BoundaryItemHDADMultiply.GetAccumulatedValue(System.DateTime,System.DateTime)"]

end
Type: SystemDateTime

[Missing <param name="end"/> documentation for "M:DHI.Mike1D.BoundaryModule.BoundaryItemHDADMultiply.GetAccumulatedValue(System.DateTime,System.DateTime)"]

Return Value

Type: Double
Boundary value in SI unit

Implements

IBoundaryItemGetAccumulatedValue(DateTime, DateTime)
See Also