ulfben

roundToNth (limit precision of fp-values)

Feb 25th, 2017
913
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.15 KB | None | 0 0
  1. public static float roundToNth(final float val, final float precision){
  2.    return ((int) ((val * precision) + ((val < 0.0) ? -0.5 : 0.5))) / precision;
  3. }
Advertisement
Comments
  • Gyqizv
    120 days
    # text 0.21 KB | 0 0
    1. Best t33n active cpx link daily updates!
    2.  
    3. Copy and paste the link in a new browser tab and then hit enter!
    4.  
    5. https://crazyporn.@xxx/members/157354/?asgtbndr=1&play=true&spon=adworld&zone=400
    6.  
    7. Remove the @
  • Comment was deleted
Add Comment
Please, Sign In to add comment