Returns a permutation that can be used to sort the data in the vector in the specified order.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.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.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
Numerical Libraries
Supported in: 6.0
Reference