A Sandcastle Documented Class Library
RoundUp メソッド (value, scale)
名前空間CFW.UtilNumberUtilRoundUp(Decimal, Int32)
指定精度で切り上げ 10単位、100単位などはscaleをマイナスにする
宣言の構文
C#Visual BasicVisual C++
public static decimal RoundUp(
	decimal value,
	int scale
)
Public Shared Function RoundUp ( _
	value As Decimal, _
	scale As Integer _
) As Decimal
public:
static Decimal RoundUp(
	Decimal value, 
	int scale
)
パラメータ
value (Decimal)
入力値
scale (Int32)
精度。
戻り値
四捨五入結果

アセンブリ: CFW (モジュール: CFW) バージョン: 1.2.0.2 (1.2.0.2)