Matrix<T>.SortColumns(SortOrder) Method

Sorts each column of the matrix in the specified order.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public void SortColumns(
	SortOrder sortOrder
)

Parameters

sortOrder  SortOrder
A SortOrder value that specifies whether the elements should be sorted in ascending or descending order.

See Also