Class MinFunction
java.lang.Object
org.pentaho.reporting.libraries.formula.function.math.MinFunction
- All Implemented Interfaces:
Serializable
,Function
- Direct Known Subclasses:
MinAFunction
This function returns the minimum from a set of numbers.
- Author:
- Cedric Pronzato
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MinFunction
public MinFunction()
-
-
Method Details
-
evaluate
public TypeValuePair evaluate(FormulaContext context, ParameterCallback parameters) throws EvaluationException - Specified by:
evaluate
in interfaceFunction
- Throws:
EvaluationException
-
getCanonicalName
- Specified by:
getCanonicalName
in interfaceFunction
-