Click or drag to resize

NMathFunctionsSort(IDFColumn, SortingType) Method

Returns a sorted copy of the given data in the specified order.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static IDFColumn Sort(
	IDFColumn data,
	SortingType order
)

Parameters

data  IDFColumn
A column.
order  SortingType
Ascending or descending.

Return Value

IDFColumn
Sorted column
See Also