Sorts the vector in the specified order.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public virtual Vector<T> SortInPlace(
SortOrder sortOrder
)
Public Overridable Function SortInPlace (
sortOrder As SortOrder
) As Vector(Of T)
public:
virtual Vector<T>^ SortInPlace(
SortOrder sortOrder
)
abstract SortInPlace :
sortOrder : SortOrder -> Vector<'T>
override SortInPlace :
sortOrder : SortOrder -> Vector<'T>
Parameters
- sortOrder
- Type: Extreme.DataAnalysisSortOrder
A SortOrder value that
specifies whether the elements should be sorted in ascending or
descending order.
Return Value
Type:
VectorT
Numerical Libraries
Supported in: 6.0
Reference