Click or drag to resize

DataColumnToROVector Method

Creates a wrapper that implements IROVector with starting index = 0 and number of elements = Count.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual IReadOnlyList<double> ToROVector()

Return Value

IReadOnlyListDouble
A read-only vector wrapper over the complete column.
See Also