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