SkipLast Method

RxJS

Bypasses a specified number of values at the end of an observable sequence.

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

Syntax

JavaScript
Rx.Observable.SkipLast = function(count);

Parameters

count
Type: System..::.Int32

See Also