• This function xMultiply the first array by the second array or a constant value to each element of the first array

    Type Parameters

    • ArrayType extends NumberArray = Float64Array

    Parameters

    • array1: NumberArray

      first array

    • array2: number | NumberArray

      second array

    • options: XMultiplyOptions<ArrayType> = {}

      options

    Returns ArrayType