D
Danny Woolston
Hi
I have a double that i want to round to a certain number of decimal places
this is the code i use
Return Math.Round(mdNumber, mbDecimalPlaces)
mbDecimalPlaces is the number of decimal places that i want, but it doesn't
use them with two decimal places i still get 0.0 or 9.9
Any ideas?
--
Kind Regards
Danny Woolston
I have a double that i want to round to a certain number of decimal places
this is the code i use
Return Math.Round(mdNumber, mbDecimalPlaces)
mbDecimalPlaces is the number of decimal places that i want, but it doesn't
use them with two decimal places i still get 0.0 or 9.9
Any ideas?
--
Kind Regards
Danny Woolston