S
Samuel
The first line of code produces the value of 1.92 while the second 1.18
WHY???
Dim d As Double = Math.Round(1.925, 2)
Dim d1 As Double = Math.Round(1.175, 2)
WHY???
Dim d As Double = Math.Round(1.925, 2)
Dim d1 As Double = Math.Round(1.175, 2)