IMatrix represents the simplest form of a 2D matrix, which is readable and writeable.
Instance member | Description |
Full Usage:
this.[arg1, arg2]
Parameters:
int
Returns: int
Modifiers: abstract |
Get / sets an element of the matrix at (row, col).
|