Click or drag to resize

MatrixMathMatrixColumnROVectorTItem Property

Indexer for the vector interface.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public T this[
	int i
] { get; }

Parameters

i  Int32
The index.

Return Value

T
The value of the matrix element in the specified column.

Implements

IReadOnlyListTItemInt32
See Also