Sorts the rows in this data frame by their row keys.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DataFrame SortRowsByKeys( SortingType sortingType ) |
| Visual Basic (Declaration) |
|---|
Public Function SortRowsByKeys ( _ sortingType As SortingType _ ) As DataFrame |
| Visual C++ |
|---|
public: DataFrame^ SortRowsByKeys( SortingType sortingType ) |
Parameters
- sortingType
- Type: CenterSpace.NMath.Stats..::.SortingType
A sorting type (ascending or descending).
Return Value
A reference to self.
Exceptions
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.NMathException | Thrown if the row keys are of different types, and so cannot be sorted. |