Add constant to series

Input data

x

c

Output data

x + c

Description

The "Add constant to series" operation allows you to add a constant value to every element of a data series. This feature is useful for adjusting the values of a series by applying a uniform offset. Each entry in the series 'x' is increased by the constant 'c', and the result is returned in a new output series.

 

How It Works:

  • Inputs:

    • x: Series of numbers (minimum of 1 row, maximum of 300 rows).
    • c: Constant value to be added to each element of the series.
  • Output:

    • x + c: Series resulting from the addition of the constant 'c' to each entry of the 'x' series.

This functionality is useful in various applications, such as adjusting data in statistical analysis and modifying signals during processing.