I'll be honest...I have no idea what the issue here.
Are you suggesting that Rainmeter determine which of those two parameters is lowest and highest, then restrict x based on that?
-Brian
The order is invalid...or in other words, you aren't using the function correctly. The manual clearly states:I know the low and high values in the clamp function are reversed and neither is an actual "good" clamping since the order is invalid, but this is intentional, first to showcase the issue and second because it can be a "real world" scenario.
The low is the second parameter. The high is the third.Clamp(x, low, high): Restricts value x to low and high limits.
Are you suggesting that Rainmeter determine which of those two parameters is lowest and highest, then restrict x based on that?
-Brian
Statistics: Posted by Brian — Today, 5:36 pm