If I have a float value that the user sets, like 1.82, how can I find the next highest .05 value (1.85)?
Is there a simple way or does this take a lot of math? I'm trying to use floor and ceiling to come up with the distance from the float to the next highest and lowest integers, but keep getting stuck, because I'm not sure what to do once I have that info.
Thanks for your consideration!