Add function parser
This commit is contained in:
@@ -30,6 +30,7 @@ namespace StructureHelperCommon.Infrastructures.Interfaces
|
||||
|
||||
public IShiftTraceLogger? TraceLogger { get; set; }
|
||||
public Color Color { get; set; }
|
||||
public string Trace { get; set; }
|
||||
|
||||
public FunctionDecorator(IOneVariableFunction function)
|
||||
{
|
||||
|
||||
@@ -25,6 +25,7 @@ namespace StructureHelperCommon.Infrastructures.Interfaces
|
||||
public double MinArg { get; set; }
|
||||
public double MaxArg { get; set; }
|
||||
public Color Color { get; set; }
|
||||
public string Trace { get; set; }
|
||||
public ObservableCollection<IOneVariableFunction> Functions { get; set; }
|
||||
public bool Check();
|
||||
public double GetByX(double xValue);
|
||||
|
||||
Reference in New Issue
Block a user