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


lround

lround Function

#include <math.h>

Float new myFloat;
Integer new myInt;

myFloat = 2.5;

myLog = lround (myFloat);