ExpressionCalculate(Entry, ActionContext, CalculationOptions) 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,
	CalculationOptions options
)

Parameters

value  Entry
Expression to evaluate numerically.
store  ActionContext
Current evaluation context.
options  CalculationOptions
Specific options of current calculation.

Return Value

TNumber
Result of the numeric evaluation.

See Also