|
| .NET Framework Class Library |
| Observable..::.MaxBy Method (FuncObjectObject, FuncObjectObjectInt32) |
| Observable Class See Also Send Feedback |
Returns the elements in an observable sequence with the maximum key value by using the specified comparer.
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax
| JavaScript |
|---|
function MaxBy(keySelector, comparer); |
Parameters
- keySelector
- Type: System..::.FuncObjectObject
- comparer
- Type: System..::.FuncObjectObjectInt32