Click or drag to resize

DoubleColumnToROVector Method

Overload List
 NameDescription
Public methodToROVector Creates a wrapper that implements IROVector with starting index = 0 and number of elements = Count.
Public methodToROVector(Int32, Int32) Provides a setter property to which a readonly vector can be assigned to. Copies all elements of the readonly vector to this column. The getter property creates a wrapper for this data column that implements IROVector. For short-time use only, since it reflects changes in the data, but not in the length of the DoubleColumn.
Top
See Also