Filter.GetReverse Method

Returns a filter that lists the observations of the current filter in reverse order.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Filter GetReverse()

Return Value

Filter
A Filter that lists the observations of the current filter in reverse order.

See Also