Filter.GetReverse Method

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

Definition

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

Return Value

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

See Also