Beispiel #1
0
 public Cost Multiply(Cost cost)
 {
     return(cost.Multiply(value));
 }