Click or drag to resize

DataColumnToROVector(Int32, Int32) Method

Creates a wrapper that implements IROVector.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

IReadOnlyListDouble
The wrapper vector.
See Also