Scale values from any integer (whole number) range into values from any other integer range
Scale values from any integer (whole number) range into values from any other integer range.Maximums can be set to any value between 1 and 2147483647. Minimums can be set to any value between 0 and 2147483646 . If minimum is set to more than maximum then upon calculation minimum will be set to 0.Value input can be set to any value within the old scale. If the value is set below the old scale minimum then upon calculation the value will be set to the minimum. If the value is set above the old sca
le maximum then upon calculation the value will be set to the maximum.
... moreless ...