org.jfree.formula.function.rounding

Class IntFunction

Implemented Interfaces:
Function, Serializable

public class IntFunction
extends java.lang.Object
implements Function

This function returns a number down to the nearest integer.
Author:
Cedric Pronzato

Constructor Summary

IntFunction()

Method Summary

TypeValuePair
evaluate(FormulaContext context, ParameterCallback parameters)
String
getCanonicalName()

Constructor Details

IntFunction

public IntFunction()

Method Details

evaluate

public TypeValuePair evaluate(FormulaContext context,
                              ParameterCallback parameters)
            throws EvaluationException
Specified by:
evaluate in interface Function

getCanonicalName

public String getCanonicalName()
Specified by:
getCanonicalName in interface Function