Sorts the rows in this data frame according to the given ordered array of column
indices.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DataFrame SortRows( params int[] colIndices ) |
| Visual Basic (Declaration) |
|---|
Public Function SortRows ( _ ParamArray colIndices As Integer() _ ) As DataFrame |
| Visual C++ |
|---|
public: DataFrame^ SortRows( ... array<int>^ colIndices ) |
Parameters
- colIndices
- Type: array<
System..::.Int32
>[]()[]
An ordered array of column indices.
Return Value
A reference to self.
Remarks
All sorting is in ascending order.