public interface IPluginMathNumericEvaluation : IPluginHandleEvaluation,
IPlugin, IDisposable
Public Interface IPluginMathNumericEvaluation
Inherits IPluginHandleEvaluation, IPlugin, IDisposable
public interface class IPluginMathNumericEvaluation : IPluginHandleEvaluation,
IPlugin, IDisposable
type IPluginMathNumericEvaluation =
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) |
NumericEvaluation | Numerical calculation of the element. |