Click or drag to resize

DataFrameSortRows(Int32) Method

Sorts the rows in this data frame according to the given ordered array of column indices.

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

Parameters

colIndices  Int32
An ordered array of column indices.

Return Value

DataFrame
A reference to self.
Remarks
All sorting is in ascending order.
See Also