IReachDataInterpolatorT Interface |
Namespace: DHI.Mike1D.Generic
[Missing <typeparam name="T"/> documentation for "T:DHI.Mike1D.Generic.IReachDataInterpolator`1"]
Name | Description | |
---|---|---|
GetValue(Double, T) |
Get value at the specified chainage of the link/reach. Returns false if no value
is defined around the chainage.
| |
GetValue(Double, T, Boolean) |
Get value at the specified chainage of the link/reach. Returns false if no value
is defined around the chainage.
If two values are present at the same chainage, depending on the directionPositive, if false, it will take the first (upstream value) and if true it will take the last (downstream) value. |