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#
Permutation Sort(
	SortOrder sortOrder
)

Parameters

sortOrder  SortOrder
The sort order.

Return Value

Permutation
A permutation that, when applied to the vector, results in the data being in the order specified by sortOrder

See Also