Example #1
0
 static double TotalSumArrayMatrix(MyArray a, MyMatrix b)
 {
     return(a.TotalSum() + b.TotalSum());
 }