Gets the element at (columnIndex, rowIndex) in the matrix with no check. The indexes start from zero.
columnIndex
rowIndex
If the indexes is out of range, your code may occur unsound behaviors.
The 0-based index of row to pick.
The fetched element of the matrix.
Generated using TypeDoc
Gets the element at (
columnIndex
,rowIndex
) in the matrix with no check. The indexes start from zero.If the indexes is out of range, your code may occur unsound behaviors.