DoubleColumnToROVector(Int32, Int32) Method |
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.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override IReadOnlyList<double> ToROVector(
int start,
int count
)
Parameters
- start Int32
[Missing <param name="start"/> documentation for "M:Altaxo.Data.DoubleColumn.ToROVector(System.Int32,System.Int32)"]
- count Int32
[Missing <param name="count"/> documentation for "M:Altaxo.Data.DoubleColumn.ToROVector(System.Int32,System.Int32)"]
Return Value
IReadOnlyListDouble[Missing <returns> documentation for "M:Altaxo.Data.DoubleColumn.ToROVector(System.Int32,System.Int32)"]
See Also