四捨五入処理したをした値を取得します。

Namespace: YiaoWang.Utility
Assembly: YiaoWang.Utility (YiaoWang.Utility.dll 内) バージョン: 2.11.5.7 (2.11.5.7)

Syntax

C#
public static decimal RoundR(
	decimal value
)
Visual Basic
Public Shared Function RoundR ( _
	value As Decimal _
) As Decimal

Parameters

value
Type: System..::..Decimal
値。

Return Value

四捨五入した結果値。

Remarks