Availability: |
| ||||||||
Property/method value type: | Number primitive | ||||||||
JavaScript syntax: | - | Math.max(aValue1, aValue2, ...) | |||||||
Argument list: | aValue1 | Some meaningful numeric value | |||||||
aValue2 | Some meaningful numeric value |
Returns the larger of the two or more arguments.
Special boundary conditions that affect the results are:
See also: | Math object |
Prev | Home | Next |
Math.LOG2E | Up | Math.min() |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |