IPluginLowLevelEvaluationFast Interface

Interface to handle low-level evaluation.

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public interface IPluginLowLevelEvaluationFast : IPluginHandleEvaluation, 
	IPlugin, IDisposable
Implements
IPlugin, IPluginHandleEvaluation, IDisposable

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
GetTermsHandled List of available terms, that plug-in can evaluate.
(Inherited from IPluginHandleEvaluation)
Initialize Occurs on initialization of the plug-in.
(Inherited from IPlugin)
TryEvaluateExpression 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.

See Also