A Sandcastle Documented Class Library
CheckNumeric メソッド (aValue, aMin, aMax, precision, scale)
名前空間CFW.UtilTypeCheckerCheckNumeric(Decimal, Decimal, Decimal, Int32, Int32)
decimalのチェック 10進が指定範囲内にあるか、指定精度を超えていないかをチェック
宣言の構文
C#Visual BasicVisual C++
public static bool CheckNumeric(
	decimal aValue,
	decimal aMin,
	decimal aMax,
	int precision,
	int scale
)
Public Shared Function CheckNumeric ( _
	aValue As Decimal, _
	aMin As Decimal, _
	aMax As Decimal, _
	precision As Integer, _
	scale As Integer _
) As Boolean
public:
static bool CheckNumeric(
	Decimal aValue, 
	Decimal aMin, 
	Decimal aMax, 
	int precision, 
	int scale
)
パラメータ
aValue (Decimal)
チェック対象
aMin (Decimal)
下限
aMax (Decimal)
上限
precision (Int32)
有効桁数 total
scale (Int32)
有効桁数((小数点以下))
戻り値
validならtrue

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