ExpressionCalculate(Entry, ActionContext) Method
Numeric expression evaluation.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
public static TNumber Calculate(
Entry value,
ActionContext store
)
Public Shared Function Calculate (
value As Entry,
store As ActionContext
) As TNumber
public:
static TNumber^ Calculate(
Entry^ value,
ActionContext^ store
)
static member Calculate :
value : Entry *
store : ActionContext -> TNumber
- value Entry
-
Expression to evaluate numerically.
- store ActionContext
-
Current evaluation context.
TNumber
Result of the numeric evaluation.