IROMatrix represents a read-only matrix of values.
Instance member | Description |
Full Usage:
this.ColumnCount
Returns: int
Modifiers: abstract |
The number of columns of the matrix.
|
Full Usage:
this.[arg1, arg2]
Parameters:
int
arg1 : int
Returns: 'T
Modifiers: abstract |
Gets an element of the matrix at (row, col).
|
Full Usage:
this.RowCount
Returns: int
Modifiers: abstract |
The number of rows of the matrix.
|