バージョン

Imaginary(ComplexMatrix) メソッド

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

パラメータ

x
ComplexMatrix

戻り値の型

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