| DataColumnToVector(Int32, Int32) Method | 
            Creates a wrapper that implements IVector.
            
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxpublic virtual IVector<double> ToVector(
	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
IVectorDoubleThe wrapper vector.
 See Also
See Also