バージョン

Sum(Matrix) メソッド

Matrixx の要素の和を返します。
シンタックス
'宣言
 
Public Overloads Shared Function Sum( _
   ByVal x As Matrix _
) As Double
public static double Sum( 
   Matrix x
)

パラメータ

x
Matrix。

戻り値の型

x の要素の和。
参照