A Sandcastle Documented Class Library
CheckNumeric メソッド (aValue, aMin, aMax)
名前空間CFW.UtilTypeCheckerCheckNumeric(Decimal, Decimal, Decimal)
decimalのチェック 10進値が指定範囲内にあるかをチェック
宣言の構文
C#Visual BasicVisual C++
public static bool CheckNumeric(
	decimal aValue,
	decimal aMin,
	decimal aMax
)
Public Shared Function CheckNumeric ( _
	aValue As Decimal, _
	aMin As Decimal, _
	aMax As Decimal _
) As Boolean
public:
static bool CheckNumeric(
	Decimal aValue, 
	Decimal aMin, 
	Decimal aMax
)
パラメータ
aValue (Decimal)
チェック対象
aMin (Decimal)
下限
aMax (Decimal)
上限
戻り値
validならtrue

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