We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Invokes a transform function on each element of a generic sequence and returns the maximum resulting value.
Max([selector])
A transform function to apply to each element: ```number select(TSource)
The maximum value in the sequence.