Exemplo n.º 1
0
 public void Append(AdvApp2Var_Node theItem)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public void SetValue(int theIndex, AdvApp2Var_Node theItem)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public void MakeApprox(AdvApp2Var_Context Conditions, double a, double b, double c, double d,
                        AdvApp2Var_EvaluatorFunc2Var func, AdvApp2Var_Node NodeBegin, AdvApp2Var_Node NodeEnd)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public void InsertAfter(int theIndex, AdvApp2Var_Node theItem)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 5
0
 public AdvApp2Var_Node(AdvApp2Var_Node theOther)
     : base()
 {
     throw new NotImplementedException();
 }