バージョン

除算演算子(Matrix,ComplexMatrix) オペレータ

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

パラメータ

x1
x2

戻り値の型

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