PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ rt_util_clamp_to_16BSI()

int16_t rt_util_clamp_to_16BSI ( double  value)

Definition at line 59 of file rt_util.c.

Referenced by rt_band_corrected_clamped_value(), rt_band_reclass(), rt_band_set_nodata(), rt_band_set_pixel(), rt_pixtype_compare_clamped_values(), rt_pixtype_get_min_value(), rt_raster_generate_new_band(), rt_raster_to_gdal_mem(), and test_pixtype_get_min_value().

59  {
60  return (int16_t)fmin(fmax((value), SHRT_MIN), SHRT_MAX);
61 }
int value
Definition: genraster.py:61
Here is the caller graph for this function: