IDoubleFractionProxyValueFractionGetter 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.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
Func<double, double> ValueFractionGetter(
	int quantityIndex
)

Parameters

quantityIndex  Int32
Requested Quantity, index in Offers

Return Value

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

See Also