Sorts each column of the matrix in the specified order.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public void SortColumns(
SortOrder sortOrder
)
Public Sub SortColumns (
sortOrder As SortOrder
)
public:
void SortColumns(
SortOrder sortOrder
)
member SortColumns :
sortOrder : SortOrder -> unit
Parameters
- sortOrder
- Type: Extreme.DataAnalysisSortOrder
A SortOrder value that
specifies whether the elements should be sorted in ascending or
descending order.
Reference