Click or drag to resize

TsItemDataDoubleGetData Method (Double, Int32)

Gets the raw data for the given time since start of the time series. It differs from the GetValue(DateTime) for the StepAccumulated and the Accumulated

Namespace:  DHI.Mike1D.Generic.TimeSeries
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public double GetData(
	double relativeTime,
	ref int lastInterval
)

Parameters

relativeTime
Type: SystemDouble
lastInterval
Type: SystemInt32

Return Value

Type: Double
See Also