SportTracks 2.0 API
IInterpolateValues<(Of <(T>)>) Interface
SportTracks 2.0 APIZoneFiveSoftware.Common.DataIInterpolateValues<(Of <(T>)>)
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.
Declaration Syntax
C#Visual Basic
public interface IInterpolateValues<T>
Public Interface IInterpolateValues(Of T)
Generic Template Parameters
T
Members
All MembersMethods



IconMemberDescription
Interpolate(T, T, Double)
Return the interpolated value.

See Also
TimeDataSeries

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