ExpressionCalculate(Entry, ActionContext) Method

Numeric expression evaluation.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
C#
public static TNumber Calculate(
	Entry value,
	ActionContext store
)

Parameters

value  Entry
Expression to evaluate numerically.
store  ActionContext
Current evaluation context.

Return Value

TNumber
Result of the numeric evaluation.

See Also