Sets methods to calculate function value by the set arguments. Sets methods for getting the function description and needed number of parameters.

Namespace:  PerpetuumSoft.Framework.Expressions
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public interface ICustomFunction : IFunction
Visual Basic (Declaration)
Public Interface ICustomFunction _
	Implements IFunction
Visual C++
public interface class ICustomFunction : IFunction

See Also