Round the value to the nearest 0 or 5

Hello! Please tell me how to round the values ​​so that they are close to 0 or 5? Thank you

You can round numbers with the Expression component like this:

1 Like

With native components, divide by your factor, round to integer, multiply back again.

The Pufferfish plugin has a handful of more configurable rounding components, if you want something cleaner looking. But you could always make a Cluster of the native solution.

1 Like