OK, now I know the topic of roundnig has cropped up a few times but I could not find the answer to my question! Fom what I can tell, max has 3 rounding functions:
Int - removes decimal part
Floor - rounds down (same as Int?)
Ceil - rounds up
That's all well and good, but is there a function that rounds down if less than .5, and up if .5 or greater? In previous incarnations of Blitz, the Int function worked this way. Is there an equivilent function for this in Max? I've never used a language before that couldn't do this!
Int - removes decimal part
Floor - rounds down (same as Int?)
Ceil - rounds up
That's all well and good, but is there a function that rounds down if less than .5, and up if .5 or greater? In previous incarnations of Blitz, the Int function worked this way. Is there an equivilent function for this in Max? I've never used a language before that couldn't do this!