subdivideArray
Subdivides an array into a number of smaller, equal sized arrays.
Parameters
array
The array to divide.
numberOfArrays
The number of arrays to divide the provided array into.
Subdivides an array into a number of smaller, equal sized arrays.
The array to divide.
The number of arrays to divide the provided array into.