[]
Delegate that represents CalcEngine functions.
public delegate object CalcEngineFunction(List<Expression> parms)
| Type | Name | Description |
|---|---|---|
| List<Expression> | parms | List of Expression objects that represent the parameters to be used in the function call. |
| Type | Description |
|---|---|
| object | The function result. |
| Name | Description |
|---|---|
| CalcEngineFunction(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(List<Expression>, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(List<Expression>) |