Skip to content
Eugene Sadovoi edited this page Jul 7, 2016 · 1 revision

Invokes a transform function on each element of a generic sequence and returns the maximum resulting value.

Syntax

Max([selector])

Parameters

selector

A transform function to apply to each element: ```number select(TSource)

Return Value

The maximum value in the sequence.

Clone this wiki locally