Expression.Calculate(Entry, ActionContext) Method

Performs numeric evaluation of an expression.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.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 numeric evaluation.

See Also