SportTracks 2.0 API
GetInterpolatedValue Method (time)
SportTracks 2.0 APIZoneFiveSoftware.Common.DataNumericTimeDataSeriesGetInterpolatedValue(DateTime)
Returns a linear interpolated value based on existing data at the specified time.
Declaration Syntax
C#Visual Basic
public ITimeValueEntry<float> GetInterpolatedValue(
	DateTime time
)
Public Function GetInterpolatedValue ( _
	time As DateTime _
) As ITimeValueEntry(Of Single)
Parameters
time (DateTime)
A time which must be after the first value and before the last value in the data series.
Return Value
The value if successful or null.

Assembly: Common.Data (Module: Common.Data) Version: 2.0.2972.36983