Return the value of a specific cell in the matrix


- Row (Int64)
- The row in the matrix
- Column (Int64)
- The column in the matrix

The value of the specific row

Exception | Condition |
---|---|
InvalidMatrixLocationException | Returned if a location outside
of the matrix is specified |