Description:
- I have one excel with some data
- I add one data row
- I use DT_Test.AsEnumerable().Sum(Function(row) row.Field(Of Double)(“Total”))
- I can not get right sum value ,it give me wrong data (4.54747350886464E-12), in fact, the sum result should be zero
could you anyone help me ,thanks.
BlankProcess_Test20240111.zip (46.0 KB)
I attachment my process for your reference, thanks.