バージョン

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

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

パラメータ

x1
Matrix。
x2
複素数。

戻り値の型

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