DataColumnToVector Method |
Creates a wrapper that implements IVector with starting index = 0 and number of elements = Count.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual IVector<double> ToVector()
Return Value
IVectorDoubleA writable vector wrapper over the complete column.
See Also