Computation.SymbolicCalculation(Term[], Store) Method
Symbolic evaluation of math expression with all possible substitutions based
on the evaluation context.
Namespace: SMath.MathAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public static Term[] SymbolicCalculation(
Term[] root,
ref Store store
)
Public Shared Function SymbolicCalculation (
root As Term(),
ByRef store As Store
) As Term()
public:
static array<Term^>^ SymbolicCalculation(
array<Term^>^ root,
Store^% store
)
static member SymbolicCalculation :
root : Term[] *
store : Store byref -> Term[]
- root Term[]
-
Math expression to evaluate.
- store Store
-
Current evaluation context.
Term[]
Result of the symbolic evaluation.