バージョン

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

Complex 数 を double にキャストします。
シンタックス
'宣言
 
Public Operator Widening CType( _
   ByVal x As Double _
) As Complex
public Complex operator implicit( 
   double x
)

パラメータ

x
double。

戻り値の型

同等の複素数:x + 0i 。
参照