NumberGrid# NumberGrid

new NumberGrid(initNCell, initMultiple, initNCols)

Constructor for the NumberGrid.

Parameters:
NameTypeDescription
initNCellnumber

The initial value for the number of cells in the grid. Default: null which would be set to Config.initNCell in NumberGrid.initialise()

initMultiplenumber

The initial value for the multiple. Default: null which would be set to Config.initMultiple in NumberGrid.initialise()

initNColsnumber

The initial value for the number of columns in the grid, if this is not to be automatically computed. Default: null which would be set to Config.initNCols in NumberGrid.initialise()