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.
Namespace: DHI.Mike1D.GenericAssembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
Func<double, double> ValueFractionGetter(
int quantityIndex
)
- quantityIndex Int32
- Requested Quantity, index in Offers
FuncDouble,
DoubleA value getter delegate that can set the value, or null, if this quantity does not implement time step interpolation.