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