コード例 #1
0
 static public bool VerifySubtract(Term term1, Term term2)
 {
     return(true);
 }
コード例 #2
0
 static public bool VerifyDivide(Term term1, Term term2)
 {
     return(true);
 }
コード例 #3
0
 static public bool VerifyAdd(Term term1, Term term2)
 {
     return(true);
 }
コード例 #4
0
 static public bool VerifyMultiply(Term term1, Term term2)
 {
     return(true);
 }