IDoubleVectorGetSet Methods |
The IDoubleVectorGetSet type exposes the following members.
Name | Description | |
---|---|---|
GetValue |
Get value of specified element.
(Inherited from IVectorGetterT.) | |
GetValues |
Get the current values. A new array will be returned every time called.
(Inherited from IVectorGetterT.) | |
GetValues(T) |
Get the current values.
(Inherited from IVectorGetterT.) | |
SetValues |
Set the current values, vals will be copied into current array and update that.
(Inherited from IDoubleVectorSetter.) |