IInterpolatableT Interface |
Namespace: DHI.Mike1D.Generic
The IInterpolatableT type exposes the following members.
Name | Description | |
---|---|---|
Interpolate |
Interpolation returning a value of type T on the form:
T newT = (1.0 - bRatio)*aValue + bRatio*bValue
|