Click or drag to resize

DataColumnToVector Method

Creates a wrapper that implements IVector 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 IVector<double> ToVector()

Return Value

IVectorDouble
A writable vector wrapper over the complete column.
See Also