Skip to main content
The Map Range action linearly maps a value from an input range to the corresponding position in an output range. Use it for percentages, scores, coordinates, and unit-like scaling.

Inputs

Outputs

Example

Map a five-star rating into a percentage: The result is 75. When clamping is off, values outside the input range are extrapolated. In the example above, a rating of 6 maps to 125. Turn on Clamp Result? to return 100 instead.
Reversed output ranges are supported. Clamping uses the lower and upper numeric output bounds regardless of their direction.
In Min and In Max must be different. Equal input bounds cause a division by zero and produce a non-finite result.