The BitMatrix class represents a two-dimensional array of booleans. It uses a single instance of the BitArray class to store the values.
Gets the value in row r and column c.
Amount of columns in the matrix.
Amount of rows in the matrix.
Sets the value in row r and column c.
The range of valid columns in the matrix.
The range of valid rows in the matrix.