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


lrint

lrint Function

#include <math.h>

Float new myFloat;
Integer new myInt;

myFloat = 2.5;

myLog = lrint (myFloat);