Click or drag to resize

GenericVectorTItem(Int32) Property

Gets or sets the T at the specified index.

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

Parameters

i  Int32
The index of the element to get or set.

Return Value

T
The T at the specified index.

Implements

IVectorTItemInt32
See Also