DataColumnToROVector(Int32, Int32) Method |
Creates a wrapper that implements IROVector.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual IReadOnlyList<double> ToROVector(
int start,
int count
)
Parameters
- start Int32
- Index of first element of this DataColumn, where the wrapper vector starts with.
- count Int32
- Number of elements of the wrapper vector.
Return Value
IReadOnlyListDoubleThe wrapper vector.
See Also