Click or drag to resize

DataFrameSortRowsByKeys Method

Sorts the rows in this data frame by their row keys in ascending order.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DataFrame SortRowsByKeys()

Return Value

DataFrame
A reference to self.
Exceptions
ExceptionCondition
NMathException Thrown if the row keys are of different types, and so cannot be sorted.
See Also