org.pentaho.reporting.libraries.formula.function.information

Class IsOddFunction

public class IsOddFunction extends Object implements Function

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

Author: Cedric Pronzato

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

Constructor Detail

IsOddFunction

public IsOddFunction()

Method Detail

evaluate

public TypeValuePair evaluate(FormulaContext context, ParameterCallback parameters)

getCanonicalName

public String getCanonicalName()