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


round

round Function

#include <math.h>

Float new myFloat;
Float new myIntValue;

myFloat = 2.54;

myIntValue = round (myFloat);