Example #1
0
 public double getValue()
 {
     return(Operator.DoMaths(Left.getValue(), Right.getValue()));
 }