Dim totinr As Double
totinr = 325.0 * 80.6
When i run above code (programatically using immediate window etc.) i got output like this 26194.999999
but manually or using calculator result come like this whole value 26195
. How this happen? how calculation perform in .NET for the above two value multiplication? only particular values multiplication is different in .NET otherwise 99% multiplication is correct