バージョン

Sum(Vector) メソッド

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

パラメータ

x
Vector。

戻り値の型

y = x[0]+...+x[N] である double y。
参照