示例#1
0
 public mathFunction(string form, functionDel function)
 {
     _perform = function;
     init(form);
 }
示例#2
0
 public mathFunction(string form, functionDel function)
 {
     _perform = function;
     init(form);
 }
示例#3
0
 public mathConstant(string form, functionDel function)
 {
     this.form = form;
     perform = function;
 }
示例#4
0
 public mathConstant(string form, functionDel function)
 {
     this.form = form;
     perform   = function;
 }