Input for WinForms
Round(Single) メソッド

C1.Win.Input.8 アセンブリ > C1.Framework.Mathematics 名前空間 > Math クラス > Round メソッド : Round(Single) メソッド
A float number to be rounded.
To make a round mathematic operation for float type number
シンタックス
'宣言
 
Public Overloads Shared Function Round( _
   ByVal paraNum As System.Single _
) As System.Integer
public static System.int Round( 
   System.float paraNum
)

パラメータ

paraNum
A float number to be rounded.

戻り値の型

The number nearest value with precision equal to float.
参照

Math クラス
Math メンバ
オーバーロード一覧