Click or drag to resize

MatrixTColumn(Int32) Method

Copies a column into a new Vector>.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Vector<T> Column(
	int index
)

Parameters

index  Int32
The column to copy.

Return Value

VectorT
A Vector containing the copied elements.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIf index is negative, or greater than or equal to the number of columns.
See Also