Mol(Math Object Library) fot .Net
配列内容を引数 Decreasing の指定に従ってソートします。
※密なベクトル以外の配列をソートする場合は「配列」の意味を理解したうえで実行してください。

名前空間: Mol
アッセンブリー: Mol.Net (in Mol.Net.dll)

構文

C#
public void Sort(
	bool Decreasing
)
Visual Basic
Public Sub Sort ( 
	Decreasing As Boolean
)
Visual C++
public:
void Sort(
	bool Decreasing
)
member Sort : 
        Decreasing : bool -> unit 

Parameters

Decreasing
タイプ: System..::..Boolean
true なら昇順、false なら降順にソートします。

参照