eval abstract method
Implementation for this function.
parameters
- Parameters will be passed by the expression evaluator as a
List of BigDecimal values.
Returns the function must return a new BigDecimal value as a
computing result.
Implementation
Decimal eval(List<Decimal?> parameters);