Gets the element at (rowIndex, columnIndex) in the matrix. The indexes start from zero.
rowIndex
columnIndex
The 0-based index of row to pick.
The fetched element of the matrix.
Generated using TypeDoc
Gets the element at (
rowIndex
,columnIndex
) in the matrix. The indexes start from zero.