MinBy Method (FuncObjectObject, FuncObjectObjectInt32)

RxJS

Returns the elements in an observable sequence with the minimum key value by using the specified comparer.

Namespace:  Rx
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
function MinBy(keySelector, comparer);

Parameters

keySelector
Type: System..::.FuncObjectObject
comparer
Type: System..::.FuncObjectObjectInt32

See Also