Math functions
Function max

java.lang.Number max(java.lang.Object[])
Returns the largest of the numbers.

Other functions available:

java.lang.Number max(java.lang.Object, java.lang.Object)

Examples:
 ${math:max(numbers)
${math:max(number1, number2)}


Function Information
Function Classcom.logikdev.jsftools.StaticMathTool
Function Signaturejava.lang.Number max(java.lang.Object[])
Display NameNone


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.