Sorts the rows in this data frame by their row keys in ascending order.
Namespace: CenterSpace.NMath.StatsAssembly: NMathStatsPremium (in NMathStatsPremium.dll) Version: 3.6.0.0
Syntax
| C# |
|---|
public DataFrame SortRowsByKeys() |
| Visual Basic |
|---|
Public Function SortRowsByKeys As DataFrame |
| Visual C++ |
|---|
public: DataFrame^ SortRowsByKeys() |
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. |