Converts a number or point from one unit of measure to another.
Value
— The number to scale.Start
, End
— Two numbers in the same units as Value
.Scaled Start
, Scaled End
— Two corresponding numbers in the same units as Scaled Value
.Examples:
Value
to 2, Start
to 0, End
to 1, Scaled Start
to 0, and Scaled End
to 60. The output is 120 (minutes).Start
to 0, End
to 100, Scaled Start
to 20, and Scaled End
to 30.Keywords: convert, range, unit