バージョン

比較演算子(以上か)(Complex,Matrix) オペレータ

個別の GreaterThanOrEquals 演算子を使用する 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] = GreaterThanOrEquals(x1,x2[i]) である BooleanMatrix y。
参照