Subset.GetReverse Method

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

Definition

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

Return Value

Subset
A Subset that lists the observations of the current subset in reverse order.

See Also