バージョン

乗算(ComplexMatrix,Double) オペレータ

ComplexMatrix と double を個別に積算します。
シンタックス
'宣言
 
Overloads Public Operator *( _
   ByVal x1 As ComplexMatrix, _
   ByVal x2 As Double _
) As ComplexMatrix
public ComplexMatrix operator *( 
   ComplexMatrix x1,
   double x2
)

パラメータ

x1
x2

戻り値の型

y[i] = x1[i] * x2 である ComplexMatrix。
参照