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

    Parameters

    • array1: NumberArray

      the first array

    • array2: number | NumberArray

      the second array or number

    Returns Float64Array