Exemplo n.º 1
0
 public void AddDiffVect(IPosition1D dXdt, bool getNewName)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public void AddDiffVect(IPosition1D dXdt, bool getNewName = false)
 {
     AddDiffPropToParam(pX, dXdt.pX, true, getNewName);
 }