Add function trace
This commit is contained in:
@@ -52,5 +52,9 @@ namespace StructureHelperCommon.Infrastructures.Interfaces
|
||||
{
|
||||
return function.GetGraphSettings();
|
||||
}
|
||||
public virtual string GetTrace()
|
||||
{
|
||||
return function.GetTrace();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,5 +30,6 @@ namespace StructureHelperCommon.Infrastructures.Interfaces
|
||||
public bool Check();
|
||||
public double GetByX(double xValue);
|
||||
public GraphSettings GetGraphSettings();
|
||||
public string GetTrace();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user