IPluginLowLevelEvaluationFast.TryEvaluateExpression 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.
Namespace: SMath.MathAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
bool TryEvaluateExpression(
Entry value,
Store context,
out Entry result
)
Function TryEvaluateExpression (
value As Entry,
context As Store,
<OutAttribute> ByRef result As Entry
) As Boolean
bool TryEvaluateExpression(
Entry^ value,
Store^ context,
[OutAttribute] Entry^% result
)
abstract TryEvaluateExpression :
value : Entry *
context : Store *
result : Entry byref -> bool
- value Entry
-
Expression Entry.
- context Store
-
Calculation context. Allows to manage worksheet definitions (variables, functions and terminators).
- result Entry
-
Evaluation result.
Boolean
Indicates success of evaluation.