切り上げ処理したをした値を取得します。マイナス値は絶対値計算になります。

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

Syntax

C#
public static decimal RoundU(
	decimal value,
	int digits
)
Visual Basic
Public Shared Function RoundU ( _
	value As Decimal, _
	digits As Integer _
) As Decimal

Parameters

value
Type: System..::..Decimal
値。
digits
Type: System..::..Int32
小数点以下有効桁数

Return Value

切り上げた結果値。

Remarks