Skip to content

Node Float Arithmetic Operation (v5.5)

Gerard Martin edited this page Jun 19, 2026 · 6 revisions

Warning

This page is for Mutable v5.5. A newer version is available — see the v5.8 version of this page.


image


Function

Perform an arithmetic operation between two floats.


Use Cases

Transform input float parameters to values useful for customization.


Node Properties

(dropdown)

Operation: Arithmetic operator that defines the process that will take place.


Input Pins

A: Float used as left operand.

B: Float used as right operand.


Output Pins

Result: Resulting float of applying the operator to the inputs A and B.

Clone this wiki locally