Next: malloc, Previous: lrint, Up: C library functions [Index]
lround
#include <math.h> Float new myFloat; Integer new myInt; myFloat = 2.5; myLog = lround (myFloat);