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