[]
        
(Showing Draft Content)

C1.CalcEngine.ISupportCustomFunctions

ISupportCustomFunctions Interface

Defines methods for supporting custom functions.

Namespace: C1.CalcEngine
Assembly: C1.CalcEngine.dll
Syntax
public interface ISupportCustomFunctions

Methods

Name Description
AddFunction(List<ExpressionItem>, Func<List<object>, object>, int, int)

Adds a custom function.