Subset.GetReverse Method

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

Definition

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

Return Value

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

See Also