Last updated on
Jul 13, 2023
Binary operation on float
In: Substance model graphs > Operation
Description
The Binary operation on float node outputs the result of the operation set by the user on the input Float x and y values.
Parameters
- Operation Integer
The operation applied to the input values:- Addition
x+y - Subtraction
x–y - Multiplication
x*y - Division
x/y - Minimum
xifx-y <= 0ORyifx–y > 0 - Maximum
xifx-y >= 0ORyifx-y < 0 - Exponential
x^y - Modulo
x%y
- Addition
- Value 1 Float
The first operandxof the operation. - Value 2 Float
The second operandyof the operation.