Exemplo n.º 1
0
 internal double Solve()
 {
     return(_input.Compute());
 }
Exemplo n.º 2
0
 public double Compute()
 {
     return(_input.Compute() * Weight);
 }