Hi Guys,
This isn't homework, it's for a personal project

I have a float values I'd like to round off to the nearest integer value.
That is to say, if the float value is 44.234533, the integer value should
be 44. If the float value is 44.682101, the integer value should be 45.

How do I do this?
Thanks, Art.