Returns a linear interpolated value based on existing data at the specified time.
| C# | Visual Basic |
public ITimeValueEntry<T> GetInterpolatedValue( DateTime time )
Public Function GetInterpolatedValue ( _ time As DateTime _ ) As ITimeValueEntry(Of T)
- time (DateTime)
- A time which must be after the first value and before the last value in the data series.
The value if successful or null.