 | DataFrameSortRowsByKeys(SortingType) Method |
Sorts the rows in this data frame by their row keys.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DataFrame SortRowsByKeys(
SortingType sortingType
)
Public Function SortRowsByKeys (
sortingType As SortingType
) As DataFrame
public:
DataFrame^ SortRowsByKeys(
SortingType sortingType
)
member SortRowsByKeys :
sortingType : SortingType -> DataFrame
Parameters
- sortingType SortingType
- A sorting type (ascending or descending).
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