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 minimum resulting value.
Min([selector])
A transform function to apply to each element: ```number select(TSource)
The minimum value in the sequence.