バージョン

減算演算子(Complex,Matrix) オペレータ

Complex 数と Matrix を個別に減算します。
シンタックス
'宣言
 
Overloads Public Operator -( _
   ByVal x1 As Complex, _
   ByVal x2 As Matrix _
) As ComplexMatrix
public ComplexMatrix operator -( 
   Complex x1,
   Matrix x2
)

パラメータ

x1
x2

戻り値の型

y[i] = x1 - x2[i] である Matrix y。
参照