Determine what your rounding digit is and look to the right of it. If the digit is 0-4, no change, if it's higher than 5, round up
http://www.chacha.com/question/what-is-the-rule-for-rou...
It would be 300 cause if it is 5 or above give it shove 4 below leave it alone my 4th grade teacher thought of that in math.
http://www.blurtit.com/q6588254.html
I had a simialr problem earlier in the week and found this page http://www.vb-helper.com/howto_round_to_specified_digits.html it has a a function to round a value to a specified number of digits i used the RoundOff function which seems to w...
http://www.experts-exchange.com/Microsoft/Development/M...
What is all this business about minority stockholders? What on earth does it matter what the minority stockholders say? My impression is that Victor is the majority stockholder of Newman Enterprises, so while it might be the case that the...
http://www.anotherwayout.com/morals/moral-124.html
I'm an Engineer and usually I round anything .5 and higher up, .49 lower down. That's how I was taught in high school. My dad told me that he was taught to look at the digit after the 5... odd round down, even round up. It was supposed to e...
http://uk.answers.yahoo.com/question/index?qid=20090422...
Firstly, rounding only considers the first figure after the number of places being rounded to. Secondly, since a computer can only hold a finite number of decimal places of each number, how could it possibly know whether the number has a ...
http://www.oooforum.org/forum/viewtopic.phtml?t=61509
the Javascript command for rounding is the same as AS so you can do this.. round_me.jsfl... Code: var h=223.4567 var height=Math.round(h); fl.trace("rounded height:" + height);
http://www.actionscript.org/forums/showthread.php3?t=85...