バージョン

Round(ComplexMatrix) メソッド

x の各要素の実部と虚部の丸めた値から構成されるComplexMatrix を返します。
シンタックス
'宣言
 
Public Overloads Shared Function Round( _
   ByVal x As ComplexMatrix _
) As ComplexMatrix
public static ComplexMatrix Round( 
   ComplexMatrix x
)

パラメータ

x
ComplexMatrix。

戻り値の型

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