Double |
Name | Description | |
---|---|---|
ToROVector | Creates a wrapper that implements IROVector with starting index = 0 and number of elements = Count. | |
ToROVector(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. |