バージョン

Round(ComplexVector) メソッド

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

パラメータ

x
ComplexVector。

戻り値の型

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