CoordinateBoundsArray
CoordinateBoundsArray[{{xmin,xmax},{ymin,ymax},…}] generates an array of {x,y,…} coordinates with integer steps in each dimension.
CoordinateBoundsArray[{xrange,yrange,…},d] uses step d in each dimension.
CoordinateBoundsArray[{xrange,yrange,…},{dx,dy,…}] uses steps dx, dy, … in successive dimensions.
CoordinateBoundsArray[{xrange,yrange,…},Into[n]] divides into n equal steps in each dimension.
CoordinateBoundsArray[{xrange,yrange,…},steps,offsets] specifies offsets to use for each coordinate point.
CoordinateBoundsArray[{xrange,yrange,…},steps,offsets,k] expands the array by k elements in every direction.
Please visit the official Wolfram Language Reference for more details and examples on core symbols.