Utah Raster Toolkit  9999-git
URT Development version (post-3.1b)
Macros
round.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define round(x)   (int) floor((x)+0.5)
 
#define round_positive(x)   round(x)
 

Macro Definition Documentation

#define round (   x)    (int) floor((x)+0.5)

Definition at line 22 of file round.h.

#define round_positive (   x)    round(x)

Definition at line 38 of file round.h.