Gets the value of the specified cell in the 3x3 matrix.
"matrix2D_var" is a variable referencing a Matrix2D object. |
"matrix2D_var" is a variable referencing a Matrix2D object. |
| Type | Description |
| double | Returns the value at [row][column]. |
| Name | Type | Description |
| row | integer | The index of the row. The first row has in index of 0 |
| column | integer | The index of the column. The first column has an index of 0 |