Skip to content

Round

109

The Round node is a simple conversion utility that transforms floating-point numbers (decimals) into the nearest whole integer.

When to use this node: * Standardizing Output: Cleaning up calculations from Eval expression or SIN nodes before sending them to hardware that only understands whole numbers, such as a basic 7-segment display. * Logic Comparisons: Simplifying decimal data to make it easier to compare against fixed integer values in an IF node.

Connectors in

  • float [type: float]

Connectors out

  • int [type: integer]