Add function parser

This commit is contained in:
Иван Ивашкин
2024-12-15 15:47:04 +05:00
parent 7c9bc1856b
commit 33820e972b
7 changed files with 42 additions and 6 deletions

View File

@@ -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);