バージョン

暗黙的 キャスト 演算子(ComplexMatrix,Double) オペレータ

ユニタリ ComplexMatrix をブール値にキャストします。
シンタックス
'宣言
 
Overloads Public Operator Widening CType( _
   ByVal x As Double _
) As ComplexMatrix
public ComplexMatrix operator implicit( 
   double x
)

パラメータ

x
複素数。

戻り値の型

y[0] = x であるユニタリ ComplexMatrix y。
参照