Function sumArrays

  • Adds up multiple arrays

    Parameters

    • Rest ...arrays: number[][]

      List of arrays to add together

    Returns number[]

    The arrays, each element summed with the corresponding element of the other arrays

Generated using TypeDoc