From cb764c0d0bbd76a3fd14c440e7dc0db612bb8244 Mon Sep 17 00:00:00 2001
From: lx <ex_lixiang17@cosl.com.cn>
Date: 星期二, 22 七月 2025 08:57:24 +0800
Subject: [PATCH] version1
---
ErrorAnalysis.Service/Utility.cs | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/ErrorAnalysis.Service/Utility.cs b/ErrorAnalysis.Service/Utility.cs
index 9d1ff79..6c10062 100644
--- a/ErrorAnalysis.Service/Utility.cs
+++ b/ErrorAnalysis.Service/Utility.cs
@@ -23,13 +23,5 @@
double y = y0 + (value - x0) * (y1 - y0) / (x1 - x0);
return y;
}
-
-
- public static (double, double) InterpolateBySw(double c, double o, double sw)
- {
- var cRes = (100 - sw) / 100 * c;
- var oRes = sw / 100 * o;
- return (cRes, oRes);
- }
}
}
--
Gitblit v1.9.3