예제 #1
0
파일: Expr.cs 프로젝트: buptkang/MathCog
 public override Expr Clone()
 {
     return(new CompositeExpr(_var.Clone()));
 }