CryoEnix Posted April 11, 2005 Posted April 11, 2005 Hey peeps, long time no see! The title says it all really. I know I know, I've been using VB for about 4 or 5 years now, but I've never needed the things. Is there a built in function to intentionally round a float/double in a desired direction? I know I could mod by 1 and delete the result to round down, but since it's probably included in the IDE I thought I'd ask. Quote Chaos is merely logic beyond human comprehension
IngisKahn Posted April 11, 2005 Posted April 11, 2005 System.Math has the functions you're looking for: Ceiling and Floor Quote "Who is John Galt?"
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.