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.
Namespace: SMath.MathAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.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.