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


rint

rint Function

#include <math.h>

Float new myFloat;
Float new myIntValue;

myFloat = 2.54;

myIntValue = rint (myFloat);