InterpolatableClosestTInterpolate Method |
Interpolation returning either aValue or bValue, depending
on whether bRatio is smaller/larger than 0.5
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public T Interpolate(
double bRatio,
T aValue,
T bValue
)
Public Function Interpolate (
bRatio As Double,
aValue As T,
bValue As T
) As T
public:
virtual T Interpolate(
double bRatio,
T aValue,
T bValue
) sealed
Parameters
- bRatio
- Type: SystemDouble
Ratio of bValue to use - aValue
- Type: T
Value at one side - bValue
- Type: T
Value at other side
Return Value
Type:
T[Missing <returns> documentation for "M:DHI.Mike1D.Generic.InterpolatableClosest`1.Interpolate(System.Double,`0,`0)"]
Implements
IInterpolatableTInterpolate(Double, T, T)See Also