Next: , Previous: , Up: C library functions   [Index]


llround

llround Function

#include <math.h>

Float new myFloat;
LongInteger new myLongInt;

myFloat = 2.5;

myLongInt = llround (myFloat);