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

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