Click or drag to resize

CatchmentValueBuffer.TimeValueGetter Method

Get value getter for the specified data quantity

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public Func<DateTime, double> TimeValueGetter(
	int index
)

Parameters

index
Type: System.Int32
Index of requested Quantity

Return Value

Type: Func<DateTime, Double>
A value getter delegate that can get the value

Implements

IDoubleTimeProxy.TimeValueGetter(Int32)
See Also