Click or drag to resize

DataFrameSortRows(Int32, SortingType) Method

Sorts the rows in this data frame according to the given ordered array of column indices. Sort order is determined by the matching array of sorting types (ascending or descending).

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DataFrame SortRows(
	int[] colIndices,
	SortingType[] sortingTypes
)

Parameters

colIndices  Int32
An ordered array of column indices.
sortingTypes  SortingType
An ordered array of sorting types.

Return Value

DataFrame
A reference to self.
See Also