バージョン

加算演算子(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 y。
参照