Hi there,
I am trying to use parallel.for in order to calculate the summation of all the values in an multidimensional array.
I googled and found Click Here.
However, this is just for one dimensional arrays. The LINQ does not work for multidimensional array.
And when I use parallel.for it gives me different answer than the sequential approach.
Does anybody know how to implement parallel.for for summing up multidimensional array.
Thanks,