public interface IDoubleVectorGetSet : IDoubleVectorGetter,
IVectorGetter<double>, IDoubleVectorSetter| ElementCount |
Number of elements in vector
(Inherited from IVectorGetterT) |
| GetValue |
Get value of specified element.
(Inherited from IVectorGetterT) |
| SetValue |
Set value of specified element.
(Inherited from IDoubleVectorSetter) |
| 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) |
| SetValues |
Set the current values, vals will be copied into current array and update that.
(Defined by ProxyExtensions) |
| SetValues |
Set the current values, vals will be copied into current array and update that. Overload of SetValues(IDoubleVectorSetter, Double), which only updates the elements pointed out by mask (Defined by ProxyExtensions) |