public interface IDoubleVectorGetter : IVectorGetter<double>| ElementCount |
Number of elements in vector
(Inherited from IVectorGetterT) |
| GetValue |
Get value of specified element.
(Inherited from IVectorGetterT) |
| 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) |