public class DataItemTimeInterpolator : IVectorGetter<double>| DataItemTimeInterpolator | Constructor |
| ElementCount | Number of elements in vector |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| GetValue | Get value of specified element. |
| GetValues(Double) | Get current value, assuming time has been set by SetTime(DateTime) or SetTimeInterval(Int32, Double) |
| GetValues(DateTime, Double) | Get value at specified time |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| GetValuesDouble |
Get values from engineDataReach, copying data to a new array.
(Defined by GenericExtensions) |
| GetValuesDouble |
Get values from engineDataReach, copying data to data.
(Defined by GenericExtensions) |