ExpressionSimplifyEx(MItem, ActionContext) Method
Complete simplification of the mathematical expression with its
preparation, preliminary transformations, simplification and
subsequent inverse transformations for the most convenient answer
output.
Namespace: SMath.Math.SymbolicAssembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
public static MItem SimplifyEx(
MItem value,
ActionContext store
)
Public Shared Function SimplifyEx (
value As MItem,
store As ActionContext
) As MItem
public:
static MItem^ SimplifyEx(
MItem^ value,
ActionContext^ store
)
static member SimplifyEx :
value : MItem *
store : ActionContext -> MItem
- value MItem
-
Expression to process.
- store ActionContext
-
Storage of information about the action being performed.
MItem
Expression transformation result.