Subset.Reverse Method
Returns a subset that reverses the observations.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
A Subset that reverses the observations.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
public static Subset Reverse(
int length
)
Parameters
- length Int32
- The total number of observations.
Return Value
SubsetA Subset that reverses the observations.