public class ExpressionPublic Class Expressionpublic ref class Expressiontype Expression = class end| Expression | Initializes a new instance of the Expression class |
| DifferentiateEx | Differentiation of the mathematical expression. Before differentiation, the expression is fully prepared for this operation. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| SimplifyEx(Entry, ActionContext) | Performs complete simplification of the mathematical expression with its preparation, preliminary transformations, simplification and subsequent inverse transformations for the most convenient answer output. |
| SimplifyEx(MItem, ActionContext) | Performs complete simplification of the mathematical expression with its preparation, preliminary transformations, simplification and subsequent inverse transformations for the most convenient answer output. |
| SimplifyEx(Term, ActionContext) | Performs complete simplification of the mathematical expression with its preparation, preliminary transformations, simplification and subsequent inverse transformations for the most convenient answer output. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |