org.jfree.formula.function.information

Class IsEvenFunction

public class IsEvenFunction extends Object implements Function

This function retruns true if the given value is an even number.

Author: Cedric Pronzato

Constructor Summary
IsEvenFunction()
Method Summary
TypeValuePairevaluate(FormulaContext context, ParameterCallback parameters)
StringgetCanonicalName()

Constructor Detail

IsEvenFunction

public IsEvenFunction()

Method Detail

evaluate

public TypeValuePair evaluate(FormulaContext context, ParameterCallback parameters)

getCanonicalName

public String getCanonicalName()