Hi there,
My company is co-working with another and something came out that made us go hmmm..
Apparently there are some wrong rouded values between this company and our partners.. they say if you round (in any form.. using Round() or Format() functions...) the value 0.5 to a number without any decimal numbers it returns 0 (zero).. but we have been testing with all kind of decimanl numbers and the rounding result is allways the "mathemathical" one..
(ie: have 0.445 and round it to 2 decimal places u get 0.45 )
Because this is of a tremendous importance for us regarding accounting data in the app we'r promoting.. i'd like for someone to explain in plain text..
if there is any sort of problem in VB rounding values...
Tanks for your time,
FlipOver
My company is co-working with another and something came out that made us go hmmm..
Apparently there are some wrong rouded values between this company and our partners.. they say if you round (in any form.. using Round() or Format() functions...) the value 0.5 to a number without any decimal numbers it returns 0 (zero).. but we have been testing with all kind of decimanl numbers and the rounding result is allways the "mathemathical" one..
(ie: have 0.445 and round it to 2 decimal places u get 0.45 )
Because this is of a tremendous importance for us regarding accounting data in the app we'r promoting.. i'd like for someone to explain in plain text..
Tanks for your time,
FlipOver