TBitMatrixParser.readModule Method
Definition
Reads a bit of the mapping matrix accounting for boundary wrapping.
Row to read in the mapping matrix Column to read in the mapping matrix Number of rows in the mapping matrix Number of columns in the mapping matrix value of the given bit in the mapping matrix
Delphi
function readModule(row: Integer; column: Integer; numRows: Integer; numColumns: Integer): Boolean
Parameters
- row
- Integer
- column
- Integer
- numRows
- Integer
- numColumns
- Integer
Returns
Boolean