Delete and DrawGraph command done
This commit is contained in:
@@ -27,6 +27,8 @@ namespace StructureHelperCommon.Models.Functions
|
||||
|
||||
public Guid Id => throw new NotImplementedException();
|
||||
public ObservableCollection<IOneVariableFunction> Functions { get; set; } = new ObservableCollection<IOneVariableFunction>();
|
||||
public double MinArg { get; set; }
|
||||
public double MaxArg { get; set; }
|
||||
|
||||
public TableFunction(bool isUser = false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user