バージョン

Or メソッド (BooleanMatrix)

2 つの BooleanMatrix インスタンスの個別のロジカル OR を返します。
シンタックス
'宣言
 
Public Function Or( _
   ByVal x As BooleanMatrix _
) As BooleanMatrix
public BooleanMatrix Or( 
   BooleanMatrix x
)

パラメータ

x
BooleanMatrix。

戻り値の型

y[i] = OR(this[i],x[i])である BooleanMatrix y。
例外
例外解説
System.ArithmeticExceptionBooleanMatrix と x の次元が異なる場合に発生します。
参照