Returns a permutation that can be used to sort the data in the vector in the specified order.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Permutation Sort(
SortOrder sortOrder
)
Function Sort (
sortOrder As SortOrder
) As Permutation
Permutation^ Sort(
SortOrder sortOrder
)
abstract Sort :
sortOrder : SortOrder -> Permutation
Parameters
- sortOrder
- Type: Extreme.DataAnalysisSortOrder
The sort order.
Return Value
Type:
PermutationA permutation that, when applied to the vector, results in the data being
in the order specified by
sortOrder
Reference