MatrixItem(Index, Index) Property |
Gets the value of a single cell using Index.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntaxpublic double this[
Index row,
Index column
] { get; }Parameters
- row Index
- The row number, between 0 and Rows - 1.
- column Index
- The column number, between 0 and Cols - 1.
Return Value
DoubleThe value at the given cell.
See Also