バージョン

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