バージョン

等しくないか判定する演算子(Complex,Matrix) オペレータ

Complex 数と Matrix に個別の非等価演算子を返します。
シンタックス
'宣言
 
Overloads Public Operator <>( _
   ByVal x1 As Complex, _
   ByVal x2 As Matrix _
) As BooleanMatrix
public BooleanMatrix operator !=( 
   Complex x1,
   Matrix x2
)

パラメータ

x1
複素数。
x2
Matrix。

戻り値の型

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