[]
Calculate the function.
public override sealed object Evaluate(object[] arguments, ICalcContext context)
Public NotOverridable Overrides Function Evaluate(arguments As Object(), context As ICalcContext) As Object
| Type | Name | Description |
|---|---|---|
| object[] | arguments | the value collection of the arguments |
| ICalcContext | context | the context of the calculation. |
| Type | Description |
|---|---|
| object | the result of the function. |