Numeric Operation
Function
This Step is used to perform numeric operations such as addition, subtraction, multiplication, and division on input values.
Usage Scenario
This Step is a general numeric operation Step where the first operand is added to, subtracted by, multiplied by, or divided by the second operand.
If you need to perform complex numeric operations, you can use the Calc Results by Python Step.
Input and Output
Input
| Input ports | Data type | Description |
|---|---|---|
First Operand |
Number[] |
The list of numbers input to this port will be used for the operation. |
Second operand |
Number[] |
The list of numbers input to this port will be used for the operation (optional). If no data is input to this port, the **Predefined Operand** set in the Step parameters will be used. |
Parameter Description
| Parameter | Description |
|---|---|
Operation Type |
Parameter description: This parameter is used to select the type of numeric operation.
|
Predefined Operand |
Parameter description: When no data is input to the second input port of this Step, this parameter can be used to specify a value for the operation with the value input to the first input port.
|