Function getRange

  • Returns an array of numbers starting from the specified start value and containing the specified count of elements.

    Parameters

    • start: number

      The starting value of the range.

    • count: number

      The number of elements in the range.

    Returns number[]

    An array of numbers representing the range.

Generated using TypeDoc