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.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax Func<double, double> ValueFractionGetter(
int quantityIndex
)
Function ValueFractionGetter (
quantityIndex As Integer
) As Func(Of Double, Double)
Func<double, double>^ ValueFractionGetter(
int quantityIndex
)
Parameters
- quantityIndex
- Type: SystemInt32
Requested Quantity, index in Offers
Return Value
Type:
FuncDouble,
DoubleA value getter delegate that can set the value, or null, if this quantity does not implement time step interpolation.
See Also