Divide not returning the decimal value i expect.
- by gtas
if you divide 2 / 3 should return 0,66666666666666667 instead i get in double value type 0.0 in decimal 0.
My purpose is to divide even (e.g. 2 / 3) and round to 1 always to the nearest.
Any Help?