Whether (cols, rows) is at least the usable floor.
(cols, rows)
static bool isUsable(int cols, int rows) => cols >= minCols && rows >= minRows;