Skip to main content

Math

Overview

Performs a mathematical operation between two input values.


Inputs

NameTypeDescription
Value 1floatFirst input value.
Value 2floatSecond input value.

Outputs

NameTypeDescription
OutputfloatResult of the selected mathematical operation.

Parameters

NameTypeDefaultDescription
OperationMathOperationsMathOperations.AddMathematical operation to apply between Value 1 and Value 2.

Behavior Notes

  • If one of the inputs are a list, then the output is also a list.