J
jlab13
how do you get an integer answer to be returned rounded? i.e. 9.10
instead of 9.98888, etc.
Thanks for any help!!
instead of 9.98888, etc.
Thanks for any help!!
how do you get an integer answer to be returned rounded? i.e. 9.10
instead of 9.98888, etc.
Thanks for any help!!
Assuming you are using VB.NET, check into the Math.Round method in the
Math Class.
how do you get an integer answer to be returned rounded? i.e. 9.10
instead of 9.98888, etc.