Click or drag to resize

MatrixMathScalarAsMatrixTItem(Int32) 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; set; }

Parameters

i  Int32
The index.

Return Value

T
The value of the scalar.

Implements

IVectorTItemInt32
IReadOnlyListTItemInt32
See Also