バージョン

等しくないか判定する演算子(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] = NotEquals(x1,x2[i]) である新しい BooleanMatrix y。
参照