Computation.SymbolicCalculation(Entry, 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 MItem SymbolicCalculation(
Entry value,
Store store
)
Public Shared Function SymbolicCalculation (
value As Entry,
store As Store
) As MItem
public:
static MItem^ SymbolicCalculation(
Entry^ value,
Store^ store
)
static member SymbolicCalculation :
value : Entry *
store : Store -> MItem
- value Entry
-
Math expression to evaluate.
- store Store
-
Current evaluation context.
MItem
Result of the symbolic evaluation.