バージョン

比較演算子(より小さい)(ComplexMatrix,ComplexMatrix) オペレータ

個別の LessThan 演算子を使用する 2 つの ComplexMatrix インスタンスを比較します。
シンタックス
'宣言
 
Overloads Public Operator <( _
   ByVal x1 As ComplexMatrix, _
   ByVal x2 As ComplexMatrix _
) As BooleanMatrix
public BooleanMatrix operator <( 
   ComplexMatrix x1,
   ComplexMatrix x2
)

パラメータ

x1
最初の ComplexMatrix。
x2
2 番目の ComplexMatrix。

戻り値の型

y[i] = LessThan(x1[i],x2[i]) である BooleanMatrix y。
参照