Decision.NumericCalculation(Term[], Store) Method
Numeric 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 TNumber NumericCalculation(
Term[] root,
ref Store context
)
Public Shared Function NumericCalculation (
root As Term(),
ByRef context As Store
) As TNumber
public:
static TNumber^ NumericCalculation(
array<Term^>^ root,
Store^% context
)
static member NumericCalculation :
root : Term[] *
context : Store byref -> TNumber
- root Term[]
-
Math expression to evaluate.
- context Store
-
Current evaluation context.
TNumber
Result of the numeric evaluation.