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