バージョン

等価判定演算子(Double,ComplexMatrix) オペレータ

double と ComplexMatrix の個別の等価演算子を返します。
シンタックス
'宣言
 
Overloads Public Operator =( _
   ByVal x1 As Double, _
   ByVal x2 As ComplexMatrix _
) As BooleanMatrix
public BooleanMatrix operator ==( 
   double x1,
   ComplexMatrix x2
)

パラメータ

x1
double。
x2
ComplexMatrix。

戻り値の型

y[i] = Equals(x1,x2[i]) である新しい BooleanMatrix
参照