示例#1
0
 public void ComputeTotals()
 {
     Total = Totals.Aggregate(new BigTableValue(), (acc, value) => acc + value);
 }