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

◆ range_full()

static int range_full ( int *  vals,
int  nvals 
)
static

The difference between the fourth and first quintile values, the "inter-quintile range".

Lowest and highest bin values

Definition at line 286 of file gserialized_estimate.c.

287{
288 qsort(vals, nvals, sizeof(int), cmp_int);
289 return vals[nvals-1] - vals[0];
290}
static int cmp_int(const void *a, const void *b)
Integer comparison function for qsort.

References cmp_int().

Referenced by nd_box_array_distribution().

Here is the call graph for this function:
Here is the caller graph for this function: