IPluginLowLevelEvaluationFastTryEvaluateExpression Method

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

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
bool TryEvaluateExpression(
	Entry value,
	Store context,
	out Entry result
)

Parameters

value  Entry
Expression Entry.
context  Store
Calculation context. Allows to manage worksheet definitions (variables, functions and terminators).
result  Entry
Evaluation result.

Return Value

Boolean
Indicates success of evaluation.

See Also