예제 #1
0
 public Answer(AProblem problem)
 {
     Problem = problem;
     Value   = Calculate.CalcDouble(this.Problem.Values, this.Problem.Operators);
 }
예제 #2
0
 public Answer(AProblem problem)
 {
     Problem = problem;
     Value = Calculate.CalcDouble(this.Problem.Values, this.Problem.Operators);
 }