Function maximum( array )

Description:
Returns the largest of the non-blank elements in the array. If array is not a numeric array, null is returned.
Parameters:
array (Object)
array of numbers
Return Value (floating point):
maximum of the numeric values in array
Signature:
double maximum(Object)