Sep 28, 2008 #1 klaidlaw Programmer Joined May 28, 2008 Messages 140 Location 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 Joined Dec 2, 2003 Messages 576 Location US Take a look at the Math.Round method. There are a number of overloads available. Upvote 0 Downvote