IPluginLowLevelEvaluation.ExpressionEvaluation Method

Low level calculation of the expression. Should be used when needed in mixed calculations: Symbolic and Numeric. This function is called before the others so it can affect the final result.

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
bool ExpressionEvaluation(
	Term root,
	Term[][] args,
	ref Store context,
	ref Term[] result
)

Parameters

root  Term
Root Term of the expression.
args  Term[][]
Arguments of the root element.
context  Store
On page definitions (variables, functions and terminators).
result  Term[]
Evaluation result.

Return Value

Boolean
Indicates success of evaluation.

See Also