Click or drag to resize

MatrixMathMatrixWithOneColumnTItem(Int32) Property

Read/write Accessor for the element at index i.

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; set; }

Parameters

i  Int32
 

Property Value

T
The element at index i.

Return Value

T
The element at the specified index in the read-only list.

Implements

IVectorTItemInt32
IReadOnlyListTItemInt32
See Also