-
Return a specific value from a linear range
I’d like to be able to access the remapped values of individual spots of a linear calculation. For example, in the following scenario:
linear(time,0,10,50,100);
How can I know which value between 50 and 100 has been remapped to range 8, for instance?