Click or drag to resize

MatrixMathMatrixColumnROVectorTItem Property

Gets the value at index i with 0 <= i <=Length-1.

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

Parameters

i  Int32
 

Property Value

T
The element at index i.

Implements

IReadOnlyListTItemInt32
See Also