Creates an array of the given length composed of a suite of numbers from offset to offset + (length * step).
offset
offset + (length * step)
The length of the array to be created.
The starting offset of the suite to be created. 1 is set by default.
1
the suite array from offset to offset + (length * step).
Generated using TypeDoc
Creates an array of the given length composed of a suite of numbers from
offsettooffset + (length * step).