バージョン

比較演算子(より大きい)(Matrix,ComplexMatrix) オペレータ

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

パラメータ

x1
Matrix。
x2
ComplexMatrix。

戻り値の型

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