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