Beispiel #1
0
 public ParaExp(string exp, string op)
 {
     this.unitPara = UnitPara.ParseOne(exp);
     this.op       = op;
 }
Beispiel #2
0
 public ParaExp(string exp)
 {
     this.unitPara = UnitPara.ParseOne(exp);
     this.op       = "=";
 }