Parameters |
Description |
int row |
[in] Row. [in] Row of a matrix. Must be in range from 0 to 3. |
int column |
[in] Column. [in] Column of a matrix. Must be in range from 0 to 3. |
Returns or references entry[row][column] as matrix(row,column).
Returns a matrix element specified with row and column.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|