Where Round in monkey ?
Monkey Forums/Monkey Programming/Where Round in monkey ?| 
 | ||
| Hello, I am looking for a round fonction.. any idea where it is located in monkey ? Thanks! | 
| 
 | ||
| To round a number? Here: Function Round:Int(value:Float) Return value + 0.5 * Sgn(value) End | 
| 
 | ||
| Thanks! That what i was looking for. |