[]
Calculate the function.
public abstract object Evaluate(object[] arguments, ICalcContext context)
Public MustOverride 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. |