Suppose we have an interval $[x_{min}, x_{max}]$ (where $x_{min} \gt x_{max}$) and a quantity $x$ that is a member of this interval. Is there a name for the following quantity?
$\frac{x - x_{min}}{x_{max} - x_{min}}$
The best way I can describe this is as the ratio of $x$'s "distance" from the minimum to the "length" of the interval. When $x = x_{min}$, this is $0$, and it's $1$ when $x = x_{max}$.