MatrixWrapperStructForColumnMajorOrderLinearArrayTItem Property |
Gets or sets the element at the specified row and column.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic T this[
int row,
int col
] { get; set; }Parameters
- row Int32
- The row index.
- col Int32
- The column index.
Property Value
T
The element at the specified row and column.
Implements
IMatrixTItemInt32, Int32
Exceptions
See Also