[]
Calculate the function asynchronously.
protected abstract Task<object> EvaluateAsync(object[] arguments, ICalcContext context)
| Type | Name | Description |
|---|---|---|
| object[] | arguments | The value collection of the arguments |
| ICalcContext | context | The context of the calculation. |
| Type | Description |
|---|---|
| Task<object> | The result of the function. |