バージョン

Round(Vector) メソッド

Vector と共に最も近い integer に丸めた x の各要素を返します。
シンタックス
'宣言
 
Public Overloads Shared Function Round( _
   ByVal x As Vector _
) As Vector
public static Vector Round( 
   Vector x
)

パラメータ

x
Vector。

戻り値の型

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