バージョン

Real(Vector) メソッド

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

パラメータ

x
Vector

戻り値の型

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