Returns the larger of two 64-bit unsigned integers.
Namespace:
?
System
Assembly:
?
mscorlib (in mscorlib.dll)
Syntax
JavaScript |
---|
System.Math.max = function(val1, val2); |
Parameters
- val1
- Type: System..::.UInt64
The first of two 64-bit unsigned integers to compare.
- val2
- Type: System..::.UInt64
The second of two 64-bit unsigned integers to compare.
Return Value
Parameter val1 or val2, whichever is larger.
See Also