MatrixStorageTItem Property |
Gets or sets the value at the given row and column, with range checking.
Namespace: Altaxo.Calc.LinearAlgebra.StorageAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public T this[
int row,
int column
] { get; set; }
Parameters
- row Int32
-
The row of the element.
- column Int32
-
The column of the element.
Property Value
TThe value to get or set.
Remarks See Also