Decision.NumericCalculation(Term[], Store) Method

Numeric 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 TNumber NumericCalculation(
	Term[] root,
	ref Store context
)

Parameters

root  Term[]
Math expression to evaluate.
context  Store
Current evaluation context.

Return Value

TNumber
Result of the numeric evaluation.

See Also