MatrixMathMatrixWithOneColumnTItem(Int32) Property |
Read/write Accessor for the element at index i.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic T this[
int i
] { get; set; }Parameters
- i Int32
- The zero-based element index.
Property Value
TThe element at index i.
Return Value
TThe element at the specified index in the read-only list.
Implements
IVectorTItemInt32IReadOnlyListTItemInt32
See Also