Beispiel #1
0
 protected override object ExecuteCalculation(Calculator calc)
 {
     return calc.LessThan(Operands);
 }
Beispiel #2
0
 protected override object ExecuteCalculation(Calculator calc)
 {
     return calc.LessThan(Argument1, Argument2);
 }