Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Can I get an example for this? The docs say:
Converts a normalised value (between 0 and 1) to a range defined by the JSON data in rangeObj.
What does rangeObj look like?
I made a lucky guess
Console.print(Math.from0To1(0.5, {"min": 0, "max":100}));