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
x
ifx-y <= 0
ORy
ifx–y > 0
- Maximum
x
ifx-y >= 0
ORy
ifx-y < 0
- Exponential
x^y
- Modulo
x%y
- Addition
- Value 1 Float
The first operandx
of the operation. - Value 2 Float
The second operandy
of the operation.