CalendarView for WinForms
Round(Decimal,Int32) メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Mathematics 名前空間 > Math クラス > Round メソッド : Round(Decimal,Int32) メソッド
A decimal number to be rounded.
The number of significant fractional digits (precision) in the return value.
Returns the number nearest the specified value.
シンタックス
'宣言
 
Public Overloads Shared Function Round( _
   ByVal value As System.Decimal, _
   ByVal digits As System.Integer _
) As System.Decimal
public static System.decimal Round( 
   System.decimal value,
   System.int digits
)

パラメータ

value
A decimal number to be rounded.
digits
The number of significant fractional digits (precision) in the return value.

戻り値の型

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

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