Click or drag to resize

DoubleProxySetWrapperValueFractionGetter Method

Get value getter for the specified data quantity. The fraction getter can interpolate within the current time step, from time N to time Np1.

If a quantity does not offer timestep interpolation, null is returned, and the ValueGetter(Int32) must be called instead.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public Func<double, double> ValueFractionGetter(
	int quantityIndex
)

Parameters

quantityIndex
Type: SystemInt32
Requested Quantity, index in Offers

Return Value

Type: FuncDouble, Double
A value getter delegate that can set the value, or null, if this quantity does not implement time step interpolation.

Implements

IDoubleFractionProxyValueFractionGetter(Int32)
See Also