バージョン

Real(ComplexMatrix) メソッド

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

パラメータ

x
ComplexMatrix

戻り値の型

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