Rounding a float is not that simple. Floats are by design not 100% accurate so if you want a 100% accurate number you will need to use integers. Floats are used because they can display very large numbers without requiring a lot of memory and overhead.
So you have two options either format the float using “Float To Text” as mentioned above or convert the float to an Integer.