how can i round a number?

 

Hi! i'd like to know how can i round a number.

For example i have 15049,704932354 to 15050.

Thanks

 
MathRound()
 
To nearest integer - MathRound() to some number of digits NormalizeDouble(d, Digits)
 
Thank you both