バージョン

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

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

パラメータ

x
ComplexVector。

戻り値の型

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