Gets the value at a single cell.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+b25929339ea1019e260029cf0ebd18b3a0ce2443
Syntaxpublic double this[
int row,
int column
] { get; }Parameters
- row Int32
- The row number, between 0 and Rows - 1.
- column Int32
- The column number, between 0 and Cols - 1.
Return Value
DoubleThe value at the given cell.
See Also