Function multArrays

  • Multiples the elements of two arrays together

    Parameters

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

      List of arrays to multiply together

    Returns number[]

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

Generated using TypeDoc