Float Class
Float values are "objects" of this class.
Methods
max
(
Float
values
Find maximum value of its arguments.
Parameters:
-
values
Float multipleFloat values to compare
Returns:
Example:
Float.max(0.5, 1.6, 0.7); // returns 1.6