バージョン

Median(Matrix) メソッド

Matrixx の中央値を返します。
シンタックス
'宣言
 
Public Overloads Shared Function Median( _
   ByVal x As Matrix _
) As Matrix
public static Matrix Median( 
   Matrix x
)

パラメータ

x
Matrix。

戻り値の型

x の中央値。
参照