'宣言 Public Overloads Shared Function Round( _ ByVal paraNum As System.Double _ ) As System.Integer
public static System.int Round( System.double paraNum )
パラメータ
- paraNum
- A double number to be rounded.
戻り値の型
The number nearest value with precision equal to double.