public interface IPluginLowLevelEvaluationFast : IPluginHandleEvaluation,
IPlugin, IDisposable
Public Interface IPluginLowLevelEvaluationFast
Inherits IPluginHandleEvaluation, IPlugin, IDisposable
public interface class IPluginLowLevelEvaluationFast : IPluginHandleEvaluation,
IPlugin, IDisposable
type IPluginLowLevelEvaluationFast =
interface
interface IPluginHandleEvaluation
interface IPlugin
interface IDisposable
end
Dispose | Performs 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. |