Sep 28, 2008 #1 klaidlaw Programmer May 28, 2008 140 US I am using Visual Basic 2008, this is probaly a stupid question but what do I put in to round a number to the nearest whole number? Thank for your time!
I am using Visual Basic 2008, this is probaly a stupid question but what do I put in to round a number to the nearest whole number? Thank for your time!
Sep 28, 2008 #2 DaveInIowa Programmer Dec 2, 2003 576 US Take a look at the Math.Round method. There are a number of overloads available. Upvote 0 Downvote