コード例 #1
0
ファイル: TermOperator.cs プロジェクト: Slesa/Lingua
 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;
 }