バージョン

Round(Matrix) メソッド

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

パラメータ

x
Matrix。

戻り値の型

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