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 minimum resulting value.

Syntax

Min([selector])

Parameters

selector

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

Return Value

The minimum value in the sequence.

Clone this wiki locally