Returns a permutation that can be used to sort the data in the vector in the specified order.
Namespace: Extreme.CollectionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
Permutation Sort(
SortOrder sortOrder
)
Function Sort (
sortOrder As SortOrder
) As Permutation
Permutation^ Sort(
SortOrder sortOrder
)
abstract Sort :
sortOrder : SortOrder -> Permutation
Parameters
- sortOrder
- Type: Extreme.CollectionsSortOrder
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
Numerical Libraries
Supported in: 5.x
Reference