MatrixMathMatrixColumnROVectorTItem Property |
Indexer for the vector interface.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic T this[
int i
] { get; }Parameters
- i Int32
- The index.
Return Value
TThe value of the matrix element in the specified column.
Implements
IReadOnlyListTItemInt32
See Also