バージョン

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

GreaterThan 演算子を使用する 2 つの Vector インスタンスを比較します。
シンタックス
'宣言
 
Overloads Public Operator >( _
   ByVal x1 As Vector, _
   ByVal x2 As Vector _
) As BooleanVector
public BooleanVector operator >( 
   Vector x1,
   Vector x2
)

パラメータ

x1
最初のベクトル。
x2
2番目のベクトル。

戻り値の型

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