using System; using System.Linq; namespace AntDesign.WPF.Converters; public enum MathOperation { Add, Divide, Multiply, Subtract, Pow }