バージョン

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

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

パラメータ

x1
x2

戻り値の型

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