namespace MECF.Framework.Common.SicMath; public interface IFilter { void Feed(double value); double Filter(); }