示例#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);
 }