PostGIS 3.6.2dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ rt_util_clamp_to_32BSI()

int32_t rt_util_clamp_to_32BSI ( double  value)

Definition at line 70 of file rt_util.c.

70 {
71 return (int32_t)fmin(fmax((value), INT_MIN), INT_MAX);
72}

Referenced by rt_band_corrected_clamped_value(), rt_band_init_value(), rt_band_set_nodata(), rt_band_set_pixel(), rt_pixtype_compare_clamped_values(), rt_pixtype_get_min_value(), and test_pixtype_get_min_value().

Here is the caller graph for this function: