バージョン

明示的 キャスト 演算子(BooleanVector,BooleanMatrix) オペレータ

BooleanMatrixBooleanVector にキャストします。
シンタックス
'宣言
 
Overloads Public Operator Narrowing CType( _
   ByVal x As BooleanMatrix _
) As BooleanVector
public BooleanVector operator explicit( 
   BooleanMatrix x
)

パラメータ

x
BooleanMatrix。

戻り値の型

y[i] = x[i] である BooleanVector y。
参照