コード例 #1
0
 double SumTotal()
 {
     return(Plans.Sum(p => CalculateEQ2Dose(p.Key, p.Value)));
 }