Math Nodes

Math nodes perform simple operations on input values, and output a number.

Float Number

A node which outputs a single floating point number, as set by the user.

Integer Number

A node which outputs a single integer, as set by the user.

Multiply

Multiplies Input A and Input B and outputs the result.

Divide

Divides Input A by Input B and outputs the result

Add

Adds Input A and Input B together and outputs the result

Subtract

Subtracts Input A by Input B and outputs the result.