Numerical Operations
Function: Different calculation methods can be selected when calculating numerical values.
Input Parameters:
Name | Type | Valid Range | Default Value | Meaning |
---|---|---|---|---|
First operand |
List |
None |
[] |
The first operand. |
The second operand |
List |
None |
[] |
The second operand. |
Output Parameters:
Name | Type | Valid Range | Default Value | Meaning |
---|---|---|---|---|
Results |
List |
None |
[] |
The calculated result. |
Parameter Settings:
Name | Type | Valid Range | Default Value | Meaning |
---|---|---|---|---|
Operation type |
String |
['Add', 'Subtract', 'Multiply', 'Divide', 'Absolute Value', 'Floor', 'Ceiling', 'Round', 'Reciprocal', 'Vector Normalize'] |
Add |
Select the calculation method to calculate the absolute value, round down, round up, round down, reciprocal, and vector unitization operations only take effect for the first operand. |
Specify operation operands |
Bool |
None |
False |
After enabling, the first operand will be operated with the custom input operand. |
Specify operand |
Float |
[-1000, 1000] |
0 |
Specifies the numerical value used in the calculation. |