max
max() returns the maximum of a tuple of Number (wrapped or raw).
Interactive example
Syntax
typescriptfunction max(input: AnyTuple<Number | number>): Number
1
Parameters
input : non-empty tuple of numbers (wrapped or raw).
Return value
A wrapped Number containing the maximum.
See also