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