Subdivides an array into a number of smaller, equal sized arrays.
Parameters:
Name | Type | Description |
---|---|---|
array |
Array | The array to divide. |
numberOfArrays |
Number | The number of arrays to divide the provided array into. |
- Source:
Throws:
-
numberOfArrays must be greater than 0.
- Type
- DeveloperError