Multiply series by a constant

Input data

x

c

Output data

c*x

Description

This function allows multiplying a series of numbers by a constant, providing a simple and efficient way to scale numerical data. Users can input a series of values and a constant, and the function will calculate the resulting series multiplied by the constant value.

 

Available Calculation Methods:

  • Default: Simple multiplication of each element in the series by the constant value.

Inputs and Outputs

Parameter
Default Units
Description
x
-
Input series values (numbers)
c
-
Constant by which the series will be multiplied (number)
c*x
-
Output series after multiplication