Computation.SymbolicCalculation(Entry, Store) Method

Symbolic evaluation of math expression with all possible substitutions based on the evaluation context.

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public static MItem SymbolicCalculation(
	Entry value,
	Store store
)

Parameters

value  Entry
Math expression to evaluate.
store  Store
Current evaluation context.

Return Value

MItem
Result of the symbolic evaluation.

See Also