MatrixItem(Index, Index) Property
Gets the value of a single cell using Index.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
public double this[
Index row,
Index column
] { get; }
- row Index
- The row number, between 0 and Rows - 1.
- column Index
- The column number, between 0 and Cols - 1.
DoubleThe value at the given cell.