示例#1
0
 public double GetIntersectCost()
 {
     return(primary.GetIntersectCost() + subtract.GetIntersectCost() / 2);
 }