[inline]
Quick rounding of float to integer.
6 cycles or so. Can be used for quick float->int conversion (eg. for positive numbers: int i = round( f - 0.5f )).