IVector.Sort Method
Returns a permutation that can be used to sort the data in the vector in the specified order.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A permutation that, when applied to the vector, results in the data being in the order specified by sortOrder
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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