IPluginMathNumericEvaluation Interface

Interface for the numeric evaluation plug-ins.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public interface IPluginMathNumericEvaluation : 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)
NumericEvaluation Numerical calculation of the element.

See Also