Next: rmdir, Previous: rindex, Up: C library functions [Index]
rint
#include <math.h> Float new myFloat; Float new myIntValue; myFloat = 2.54; myIntValue = rint (myFloat);