From 94ed3edb9e96c8bfa24d808dfc690cbd111a60e6 Mon Sep 17 00:00:00 2001
From: lx <ex_lixiang17@cosl.com.cn>
Date: 星期五, 25 七月 2025 10:54:58 +0800
Subject: [PATCH] upload

---
 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