PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#define ROUND | ( | x, | |
y | |||
) | (((x > 0.0) ? floor((x * pow(10, y) + 0.5)) : ceil((x * pow(10, y) - 0.5))) / pow(10, y)) |
Definition at line 2192 of file librtcore.h.
Referenced by rt_band_get_quantiles_stream(), rt_band_get_value_count(), and rt_raster_geopoint_to_cell().