Next: log, Previous: llrint, Up: C library functions [Index]
llround
#include <math.h> Float new myFloat; LongInteger new myLongInt; myFloat = 2.5; myLongInt = llround (myFloat);