The interface to interpolate a value. This is defined as an adaptor interface so
we can interpolate system value types such as double, long, byte, etc.
| C# | Visual Basic |
public interface IInterpolateValues<T>
Public Interface IInterpolateValues(Of T)
- T
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| Interpolate(T, T, Double) |
Return the interpolated value.
|
TimeDataSeries