IIndex.Sort Method

This API is preliminary and subject to change.
Returns a permutation that can be used to sort the data in the vector in the specified order.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
Permutation Sort(
	SortOrder sortOrder
)

Parameters

sortOrder  SortOrder
The sort order.

Return Value

Permutation
A permutation that, when applied to the vector, results in the data being in the order specified by sortOrder

See Also