new NumberGrid(initNCell, initMultiple, initNCols)
Constructor for the NumberGrid.
Parameters:
Name | Type | Description |
---|---|---|
initNCell | number | The initial value for the number of cells in the grid. Default: null which would be set to Config.initNCell in NumberGrid.initialise() |
initMultiple | number | The initial value for the multiple. Default: null which would be set to Config.initMultiple in NumberGrid.initialise() |
initNCols | number | 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() |
- Source