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

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