public abstract System.object Evaluate( System.object[] arguments, ICalcContext context )
Parameters
- arguments
- the value collection of the arguments
- context
- the context of the calculation.
Return Value
the result of the function.
public abstract System.object Evaluate( System.object[] arguments, ICalcContext context )