 | DataFrameSortRowsByKeys Method |
Sorts the rows in this data frame by their row keys in ascending order.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DataFrame SortRowsByKeys()
Public Function SortRowsByKeys As DataFrame
public:
DataFrame^ SortRowsByKeys()
member SortRowsByKeys : unit -> DataFrame
Return Value
DataFrameA reference to self.
ExceptionsException | Condition |
---|
NMathException |
Thrown if the row keys are of different types, and so cannot be sorted.
|
See Also