示例#1
0
 public static void Rule(TermOperator result, OperatorMultiplication op)
 {
     result.Function = (lhs, rhs) => lhs * rhs;
 }
示例#2
0
 public static void Rule(TermOperator result, OperatorMultiplication op)
 {
     result.Function = (lhs, rhs) => lhs * rhs;
 }