バージョン

CumProduct(Vector) メソッド

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

パラメータ

x
Vector

戻り値の型

y[i] = x[0]*...*x[i] である Vector y。
参照