Guest User

Untitled

a guest
Aug 11th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Round 1,7346 to 1,74
  2. Math.Round(Math.Round(1.7346, 3, AwayFromZero), 2, AwayFromZero)
  3.  
  4. Math.ceil()
  5.  
  6. Math.round() //Rounds
  7. Math.floor() //Rounds down
  8. Math.ceil() //Rounds up
Add Comment
Please, Sign In to add comment