Add graph service

This commit is contained in:
Иван Ивашкин
2024-12-19 13:13:55 +05:00
parent 33820e972b
commit 5712a85f38
8 changed files with 70 additions and 13 deletions

View File

@@ -103,7 +103,6 @@ namespace StructureHelperCommon.Models.Functions
{
double yValue = 0;
current_xValue = xValue;
Check();
yValue = Math.Round(Expression.CalculateValue(new double[] { xValue }), 2);
return yValue;
}