Rounds a float, double, or real value to the nearest (away from zero) int value using lroundf.
the value to round - can be either a float, double, or real
the converted value
true if the conversion has succeeded (no errors)
See Implementation
Rounds a float, double, or real value to the nearest (away from zero) int value using lroundf.