public abstract java.lang.Object evaluate( java.lang.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 java.lang.Object evaluate( java.lang.Object[] arguments, ICalcContext context ) |