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. |
Reference to the matrix element.
Reference to the matrix element.
References matrix.entry[row][column] as matrix(row,column).
Returns a reference to a matrix element specified by the row and column.
Copyright © 2002–2022. Open Design Alliance. All rights reserved.
|