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

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