I have the following line in my vb.net website:
totCost = outstandingTimesheet.ClaimLines.Sum(Function(x) x.TotalLineCost And x.Queried = False)
The sum is bring rounded though and I can't work out why...
Any ideas?
I don't believe it is just a case of formatting the output it is more what is going on within the sum.
Is that correct?

ClaimLines? What is the actual result? What is the expected result? – user166390 Mar 8 '12 at 9:47