IVector.Sort Method
Returns a permutation that can be used to sort the data in the vector in the specified order.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A permutation that, when applied to the vector, results in the data being in the order specified by sortOrder
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Permutation Sort(
SortOrder sortOrder
)
Parameters
- sortOrder SortOrder
- The sort order.
Return Value
PermutationA permutation that, when applied to the vector, results in the data being in the order specified by sortOrder