Sorts the rows in this data frame by their row keys in ascending order.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DataFrame SortRowsByKeys() |
| Visual Basic (Declaration) |
|---|
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. |