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 )