org.jfree.formula.function.math

Class ModFunction

public class ModFunction extends Object implements Function

This function returns the remainder when one number is divided by another number.

Author: Cedric Pronzato

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

Constructor Detail

ModFunction

public ModFunction()

Method Detail

evaluate

public TypeValuePair evaluate(FormulaContext context, ParameterCallback parameters)

getCanonicalName

public String getCanonicalName()