Code:
internal double[] AggregationMethod(List<double[]> listOf_D)
{
double[] maxD;
double[] aggregatedD;
List<double[]> tempList;
maxD = new double[listOf_D[0].Length];
tempList = new List<double[]>();
for (int i = 0; i < maxD.Length;