バージョン

Real(ComplexVector) メソッド

x の各要素の実部を返します。
シンタックス
'宣言
 
Public Overloads Shared Function Real( _
   ByVal x As ComplexVector _
) As Vector
public static Vector Real( 
   ComplexVector x
)

パラメータ

x
ComplexVector

戻り値の型

y[i] = Real(x[i]) である ComplexVector y。
参照