Returns a new subset containing the indices of this subset in the reverse order.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public Subset ToReverse()
Visual Basic (Declaration)
Public Function ToReverse As Subset
Visual C++
public:
Subset^ ToReverse()

Return Value

A new subset containing the indices of this subset in the reverse order.

See Also