Scale a number in range 0..1 to a new range and return an integer.
A number to scale
The minimum of the target range
The maximum of the target range
The rounding method to use (default: "round")
The scaled integer
Scale a number in range 0..1 to a new range and return an integer.