バージョン 21.2

ビットごとの OR 演算子(Boolean,BooleanVector) オペレータ

ブール値の個別のロジカル OR および BooleanVector を返します。
シンタックス
public BooleanVector operator |( 
   bool x1,
   BooleanVector x2
)

パラメータ

x1
ブール値。
x2
BooleanVector。

戻り値の型

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