Package org.jfree.formula.function.information

Class Summary
ChooseFunction This function uses an index to return a value from a list of values.
ChooseFunctionDescription Describes ChooseFunction function.
HasChangedFunction Creation-Date: 24.11.2006, 13:02:41
HasChangedFunctionDescription Creation-Date: 31.10.2006, 17:41:12
InformationFunctionCategory Creation-Date: 05.11.2006, 14:30:36
IsBlankFunction Document me!
IsBlankFunctionDescription Creation-Date: 31.10.2006, 17:41:12
IsErrFunction This function returns true if the parameter is of error and not of error type NA.
IsErrFunctionDescription Describes IsErrFunction function.
IsErrorFunction This function returns true if the parameter is of error.
IsErrorFunctionDescription Describes IsErrFunction function.
IsEvenFunction This function retruns true if the given value is an even number.
IsEvenFunctionDescription Describes IsEvenFunction function.
IsLogicalFunction This function checks whatever the given value is of Logical type.
IsLogicalFunctionDescription Describes IsLogicalFunction function.
IsNaFunction This function returns true if the parameter is of error type NA.
IsNaFunctionDescription Describes IsNaFunction function.
IsNonTextFunction This function retruns false if the given value is of type Text.
IsNonTextFunctionDescription Describes IsNonTextFunction function.
IsNumberFunction This function retruns true if the given value is of type Number.
IsNumberFunctionDescription Describes IsNumberFunction function.
IsOddFunction This function retruns true if the given value is an odd number.
IsOddFunctionDescription Describes IsOddFunction function.
IsRefFunction This function retruns true if the given value is reference.
IsRefFunctionDescription Describes IsRefFunction function.
IsTextFunction This function retruns true if the given value is of type Text.
IsTextFunctionDescription Describes IsTextFunction function.
NaFunction This function class represents the constant error NA.
NaFunctionDescription