Esempio n. 1
0
 public static void Rule(TermOperator result, OperatorDivision op)
 {
     result.Function = (lhs, rhs) => lhs / rhs;
 }
Esempio n. 2
0
 public static void Rule(TermOperator result, OperatorDivision op)
 {
     result.Function = (lhs, rhs) => lhs / rhs;
 }