[]
        
(Showing Draft Content)

C1.WPF.Binding.CalcEngineFunction

CalcEngineFunction Delegate

Delegate that represents CalcEngine functions.

Namespace: C1.WPF.Binding
Assembly: C1.WPF.Binding.4.6.2.dll
Syntax
public delegate object CalcEngineFunction(List<Expression> parms)
Parameters
Type Name Description
List<Expression> parms

List of Expression objects that represent the parameters to be used in the function call.

Returns
Type Description
object

The function result.

Constructors

Name Description
CalcEngineFunction(object, IntPtr)

Methods

Name Description
BeginInvoke(List<Expression>, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(List<Expression>)